You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to rerun a build by clicking the "Replay" button on the Jenkins UI, it fails. The variables aren't defined in the replayed build (as you can see by the null values):
This occurs when running a pipeline job with the trigger configured through the UI, the pipeline is SCM'ed, and the checkout is defined inside the pipeline itself as follows:
When trying to rerun a build by clicking the "Replay" button on the Jenkins UI, it fails. The variables aren't defined in the replayed build (as you can see by the
null
values):This occurs when running a pipeline job with the trigger configured through the UI, the pipeline is SCM'ed, and the
checkout
is defined inside the pipeline itself as follows:The text was updated successfully, but these errors were encountered: