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 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/c2b21e2c-1bce-4ec6-8d7d-7a2add419fc1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
