Ok, I solved my problem, so here it is for people who are interested.
Instead of passing parameters I saved my parameter to property files
(one line each key=value) that I archived as artifacts. In job C I
retrieved the artifacts from the last successful builds of Jobs A and
B and injected environ
So I have come up with a way to do this, but not sure what the best
way to implement it. Basically if I save the previous parameters to
a file so when the job is re-executed, they are loaded and new
variables are updated.
Let's assume I have an environment variable file already saved with
parame
I have two jobs that I want to manually approve, let's call them Job A
and Job B. Job C is a job that I want to be executed when there is an
approved Job A and B. The scenario is one where I have separate
builds that I to join together to execute a deployment stage.
Job A has the following param