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 maven3
4) If errors / failures occur, do a build incrementally per request of the 
user
 
I have a desire to have all the changes for a build to be included in a 
single job change set.  I believe the only solution would to have a user 
toggle the "Incremental Build" checkbox whenever an incremental build is 
desired.  I haven't tested this, but would rather not have constant 
toggling of this value.   Additionally, I could separate the "complete" and 
"incremental" builds to two jobs using the same snapshot, but this would 
involve issues with the incremental build portion and keeping that 
up-to-date with the complete build.  It'll also go against my desire to 
have a single change set.
 
-- Robert

Reply via email to