Hi there,
we have a git meta project which consists of submodules. All code is found
in these submodules. Changes to a submodule are pushed to its master branch
manually by the developer. When the changes on one or more submodules
should be made "official" we run a release script on these submo
Hi,
I'm trying to pass a parameter from one job in a build flow to another. I
have a job called 'jenktest' which sets a variable ENV_TEST in a shell exec
step. I want to catch that variable in the build flow and pass it to the
next step.
What I am doing so far:
//#
b=build("jen