conditional builds within promote plugin

2016-01-22 Thread jhavero
I have the promoted builds plugin. From within it, I would - trigger/call jobA - if jobA success then trigger/call jobB - else trigger/call jobC Does anyone know how I can do this? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To uns

Re: Conditional Builds

2014-03-11 Thread Daniel Beck
Write a build script smart enough to do incremental builds, using e.g. file modification times to determine what needs to be processed again. The Java build tool Gradle has some support for that, for example. On 12.03.2014, at 02:48, Chris Beech wrote: > Hi all, > > Is there a way in Jenkins

Conditional Builds

2014-03-11 Thread Chris Beech
Hi all, Is there a way in Jenkins to enable me to be selective about what I build depending on what updates were made to SVN? So, let's say a developer only checks something in which warrants one small piece of the application to be compiled rather than everything - how can I identify what cha