Hi,

I'm using dashboard plugin which requires to split site generation in 3 steps in a certain order :

* 1 : mvn clean install site (scheduled at 02:05).
* 2 :  mvn dashboard-report:dashboard (scheduled at 02:45).
* 3 : mvn site :deploy (scheduled at 02:55).

The problem is that Continuum may have to insert the execution of a build between the first and the last build above. For example an hourly 'mvn clean deploy' which normally should be executed at 02:00 may have been reported to 02:30.

In such a case, the build 'mvn site:deploy' will fail.

Is there a way to chain some build definitions and make sure that there will be no other build execution inside this chain.

Thanks.

Arnaud Doucet

Reply via email to