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
com.lesfurets.jenkins.unit.declarative.TestVariableAssignment > test FAILED
groovy.lang.MissingPropertyException: No such property: dockerImage for class: VariableAssignment_Jenkinsfile
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:66)
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: