Re: "Changes will take effect when you restart Hudson" permanently

2012-07-02 Thread Andrey Myatlyuk
It is definitely possible to patch any changes which were made to Jenkins codebase to support that functionality. I'm afraid it will involve quite a few changes along the way, that effectively your instance code will be upgraded to other version. It does make sense to investigate migration pat

Re: "Changes will take effect when you restart Hudson" permanently

2012-07-02 Thread tcendrowski
Thank You. I have another problem with Hudson. In 1.389 version it's impossible after installing plot plugin and post-build task plugin to move post-build task section before plot plugin. I see that in jenkins it is possible just like moving shell script fields. Is it any simple way to patch it

Re: "Changes will take effect when you restart Hudson" permanently

2012-06-21 Thread Andrey Myatlyuk
I have compiled 1.389 with just this change for you. You can take it from here: https://dl.dropbox.com/u/290671/hudson.war Or you can build it yourself as well, just take the source from github, apply the change and build the server. $ git checkout hudson-1_389 -- apply the change from https://g

Re: "Changes will take effect when you restart Hudson" permanently

2012-06-21 Thread tcendrowski
Unfortunately I have to stay with this Hudson version. How can I get only this patch? On Wednesday, June 20, 2012 6:00:33 PM UTC+2, Andrey Myatlyuk wrote: > > Hi! > > This issue was resolved in Jenkins version 1.401 > > What's new in 1.401 (2011/03/13) > >- Fix for JENKINS-8711 breaks dep

Re: "Changes will take effect when you restart Hudson" permanently

2012-06-20 Thread Andrey Myatlyuk
Hi! This issue was resolved in Jenkins version 1.401 What's new in 1.401 (2011/03/13) - Fix for JENKINS-8711 breaks deployments with credentials (issue 8939 ) - Environment variable not available for Maven build/POM parsing. (issue 88

Re: "Changes will take effect when you restart Hudson" permanently

2012-06-20 Thread tcendrowski
Yes, after few restarts message is still there. Hm, in which log? In hudson.err.log and hudson.out.log last entries are from few days before it happened. And no warning in plugin page. Unfortunately I have to work on Hudson 1.389. On Tuesday, June 19, 2012 5:01:40 PM UTC+2, Andrey Myatlyuk wrot

RE: "Changes will take effect when you restart Hudson" permanently

2012-06-19 Thread Matthew.Webber
sers@googlegroups.com > Subject: Re: "Changes will take effect when you restart Hudson" permanently > > Hi! > So you restarted Jenkins process and the message still there? Any exceptions > in the log? Any warnings > on plugins page? Can you try to upgrade to latest (1.471) v

Re: "Changes will take effect when you restart Hudson" permanently

2012-06-19 Thread Andrey Myatlyuk
Hi! So you restarted Jenkins process and the message still there? Any exceptions in the log? Any warnings on plugins page? Can you try to upgrade to latest (1.471) version? Andrey On Jun 19, 2012, at 7:50 AM, tcendrowski wrote: > Hi, > > After installing 2 plugins and restarting Hudson (1.38

"Changes will take effect when you restart Hudson" permanently

2012-06-19 Thread tcendrowski
Hi, After installing 2 plugins and restarting Hudson (1.389) this message is still shown. I've ridden that it could be beacuse of incorrect hudson shutdown. Do you know what to do to make this message disappear? Greets.