-
Notifications
You must be signed in to change notification settings - Fork 395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Variables set in a stage are prematurely applied #434
Comments
dblock
added a commit
to dblock/JenkinsPipelineUnit
that referenced
this issue
Nov 19, 2021
I reproduced this in https://github.com/dblock/JenkinsPipelineUnit/tree/fix-434, but I couldn't fix it. Deferring evaluation of these variables looks involved. Could use help. /cc: @nre-ableton
|
Sorry -- I have no idea about any of the declarative API stuff. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version report
1.12
Reproduction steps
Results
Expected result:
image dockerImage
should pickup the assigneddocker-image
label, which works in Jenkins.Actual result:
Error that
dockerImage
is undefined.The text was updated successfully, but these errors were encountered: