|
The thing is as follows: I use building blocks, Jenkins jobs, that are usually being used by upstream jobs but I want them to be able to run on their own. If I use the Git plugin step in the upstream project, it is no use to run this plugin's procedure again in the downstream job. I would like to be able to pass a Boolean parameter from the upstream job to the downstream job that'll avoid the Git plugin's step, if the parameter evaluates to false. (It can, off course, be a string evaluation or any other comparison parameter or expression).
|