Skip to content
Build Queue
No builds in the queue.

Command restart-from-stage

java -jar jenkins-cli.jar -s https://ci.inria.fr/ocaml/ restart-from-stage -j (--job) JOB [-n (--number) BUILD#] -s (--stage) STAGE
Restart a completed Declarative Pipeline build from a given stage.

-j (--job) JOB : Name of the job to restart. -n (--number) BUILD# : Build to restart, if not the last. (default: 0) -s (--stage) STAGE : Stage to restart from.