I have a multi-module maven project that I am creating with Jenkins called MyApp. I also have another maven project that depends on MyApp, and this project runs integration tests on MyApp.
In Jenkins, when I look at the status of the MyApp project, it successfully displays a list of previously completed builds, and I can click them to find out more information (and view the console output).
However, the integration test project, although it works correctly, displays only previous builds for about 5 minutes, after which something happens, and Jenkins completely forgets that the build was ever launched.
On the file system, I can use cd to:
/usr/share/tomcat6/.jenkins/jobs/My App Integration Test/builds
and ls shows
me@myserver:/usr/share/tomcat6/.jenkins/jobs/My App Integration Test/builds$ ls
1 2 2013-01-24_16-46-59 2013-01-24_16-51-58 2013-01-24_18-05-09 2013-01-24_18-58-46 3 4
so that all my previously created assemblies are where they should be.
Jenkins " " , , , .
jenkins tomcat6 Ubuntu.
?