.purge

.purge

Use the .purge command to set a flag that causes the job to be purged immediately after the job completes. A .lock command that runs after the .purge command causes the job to be saved instead. You can use this command to create jobs that are saved only if they successfully complete all of their steps. To create such a job, make a .purge command the first step in the project and make a .lock command the last step.


Feedback