Jenkins reporting "FAILURE" at 'starting' artifact

2013-02-22 Thread robshmoe
Using Clearcase and Maven3.0.3 with the -T functionality and under Jenkins 1.438 with Tomcat, I'm running into an issue when a build fails at dependent. This failure gets marked (sometimes) for this module/artifact and at the "parent" module. This "parent" module is usually the first module bui

Incremental and Complete Build in one Job

2012-09-18 Thread robshmoe
Is there a way to have an incremental and complete build in the same job? That is, by default, I want to have the job do a complete build regardless if there are changes or not. If a user decides to rebuild as an incremental build, they can do so. The reason behind this is to keep the entire h

Choosing incremental or complete for one job

2012-09-17 Thread robshmoe
It appears my first post did not go through. Does anyone know if there's a way to have one job to build a completely or incrementally? I'm trying to do something like the below In one job, 1) Destroy a snapshot 2) Generate a clean snapshot In a separate job, 3) Do a complete build using maven