Jenkins continuous integration server: Difference between revisions

Content deleted Content added
imported>Madmetzger
imported>Madmetzger
Line 25:
:* leave this empty if you want to build HEAD.
:* or choose a branch name to build
 
===Build Trigger===
Here you configure, when a build is started. Our current way of triggering builds is triggered from CVS at a certain time. This means not, the CVS tells hudson to start a build, but it tells hudson to check regularly the CVS for changes and builds, when there were commits since last build.
 
You also can start build at certain times not regarding changes since last build.
 
For both of this options you have to provide a cron like notation, when to check/build. At the moment, we check every day at 5 am and build then.
 
The other options allow it to start a build via URL or let a build start, if another build was finished.
 
===JDK===
{{TODO|JDK}}
 
===Buildjob===
{{TODO|Build Job}}