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
Aside from groovy script, I don't see any way to compute values to pass dynamic variable to build parameters since bash commands will not work outside of the build run section.
The text was updated successfully, but these errors were encountered:
ghost
changed the title
downstream job unable to access jenkins variable
downstream job unable to access default jenkins variable
Mar 11, 2016
sorry for bringing this back from the shadows, have you found a way to work around this issue?
I stumbled upon this because I have to dynamically generate a var in a build and pass it to the downstream job (unfortunately I can't directly use the parameterized trigger build plugin for this purpose)
Downstream job is not able access BUILD_NUMBER from default JenkinsSetEnvironmentVariables
Based on the following .ci.yml
Resulted in null per attached output from foo/bar
Aside from groovy script, I don't see any way to compute values to pass dynamic variable to build parameters since bash commands will not work outside of the build run section.
The text was updated successfully, but these errors were encountered: