Thank you Victor. If I only change the version in pom.xml and use maven to rebuild, it won't load the latest CSS file? I expect it's contained in jar. How can I fix this?
2015-10-08 18:57 GMT+08:00 Victor Martinez <[email protected]>: > That's the way of updating the jenkins version dependency and if you see > some weird changes in the style there was an UI change in the version 1.575 > (https://jenkins-ci.org/changelog) it might be related to that style issue > > I hope it helps > > On Thursday, 8 October 2015 10:45:00 UTC+2, Ryanivanka wrote: >> >> Hi Experts, >> >> I'm debugging credential plugin, which use 1.56 as default jenkins >> version. I can hpi:run my plugin and access my jenkin web page on >> http://localhost:8080/jenkins >> >> But the version is too old, I want to install other plugin to check some >> behavior. *How can I change the default jenkin version?* >> >> I have tried to update the pom.xml to use 1.632 version. >> >> <parent> >> <groupId>org.jenkins-ci.plugins</groupId> >> <artifactId>plugin</artifactId> >> <version>1.632</version> >> </parent> >> >> and update the intellij project file credentials.iml, to use all 1.632 >> jenkins jar. >> >> After I clean and install, and run the debug jenkins instance, the page >> become unreadable, like losing some style. Obviously, my update is not >> right. >> >> *Is there any way to update the jenkins version for debugging plugin?* >> >> Thanks a lot, >> Ryanivanka >> >> >> >> >> -- > You received this message because you are subscribed to a topic in the > Google Groups "Jenkins Developers" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/jenkinsci-dev/4n0wBiMY5JI/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/c2b21e2c-1bce-4ec6-8d7d-7a2add419fc1%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-dev/c2b21e2c-1bce-4ec6-8d7d-7a2add419fc1%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CAGBwRPma3MxBFiugLgo1KzUwek4J4Y7P8YuR7CjaET6PY9OePg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
