jenkins/git - running build chain for a specific set of commit IDs of submodules

2013-11-28 Thread Sebastian Stickel
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

Build Flow Plugin - Getting back an environment variable from a job

2013-11-18 Thread Sebastian Stickel
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