开发者

Hudson .jelly files edit not reflected

开发者 https://www.devze.com 2023-01-21 14:34 出处:网络
I edited 开发者_运维技巧a few .jelly files for Hudson, but it\'s not reflected. How do I restart Hudson ? I hope that this will display the HTML tag changes made in the .jelly files.

I edited 开发者_运维技巧a few .jelly files for Hudson, but it's not reflected. How do I restart Hudson ? I hope that this will display the HTML tag changes made in the .jelly files.

I am trying to change the look and feel of the Hudson.


On what OS do you run Hudson? How did you install Hudson? .....

The basic idea is to stop Hudson (or just kill it) and than start it the same way it was started before. If you are not the person who installed it, call the person. After a while they get tired of you asking and will give you the instructions (and also the permissions) to do it yourself. ;)


If you have create plugin with mvn -U org.jenkins-ci.tools:maven-hpi-plugin:create command. This will have in built Hudson.

You can run mvn hpi:run at location of plugin. You can debug using mvnDebug hpi:run.

mvnDebug by default uses 8000 port,if you are using eclipse as IDE, Go to Run -> open Debug Config -> Select plugin and port and start debug. This will do remote debugging on 8000 port.

0

精彩评论

暂无评论...
验证码 换一张
取 消