Hello Mark!
I have a Windows 2003 R2 Server, and there runs a GlassFish 3.1.2.2 (build 5) as a service.
I created the JENKINS_HOME envoronment variable, restartet the GlassFish, deployed the original Jenkins 1.504 war file, and everything seems to be working. Jenkins uses the directory I want, and the builds are also working.
Then there was the 1.505 update, and yesterday the 1.506 update.
First I tried to deploy with the overwrite function and a restart of the application, but it doesn't work. This should be the official way for an update when not using Jenkins at a service itself?
Then I tried to undeploy the application and deploy it new, but it's still the old version.
If I look in the application directory, I see, that the files are new, and also in the MANIFEST.MF I see the right version number (1.506).
I also restartet my whole server, but I still see the version 1.504 in my Jenkins.
I think, the problem comes because I use a special directory for the Jenkins data. But I need to do this, I don't want the files to be in the user folder.
Any idea?
Greetings,
Christian.