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/c12a60fb-7fde-4505-b095-f5b8398ee757%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to