jenkins_replay_pipeline
Replay a Jenkins pipeline build with an optional modified Groovy script, allowing you to test script changes without altering the original Jenkinsfile.
Instructions
Replay a pipeline build, optionally with a modified Groovy script.
This re-runs a pipeline build, allowing you to edit the pipeline script without modifying the Jenkinsfile.
Args: job_name: Pipeline job name build_number: Build number to replay script: Modified pipeline script (empty = use original script) session_name: Jenkins session to use
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script | No | ||
| job_name | Yes | ||
| build_number | Yes | ||
| session_name | No | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |