Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

This feature is available from version 1.9.2

Sometimes a build stage may fail due to external influences - it could be that a file server was offline, network connectivity was down, or a file was locked for access. If it has taken several long stages to get to this point, then having to run the whole build again from the start can be a pain.

...

Any configuration conditions will be skipped, but all configuration and stage shared resource locks will be acquired before the stage is executed. 

A new Stage, with the suffix "(rerun)" added to its name, will be added to all Stages lists and in the build log, to represent the requeued stage.

...

Info
Note that stages are requeued using the server workspace as it is when then the build completes. It's up to you to ensure that any agent to server workspace rules , - do not overwrite files that will be needed when rerunning a stage. 

...