I would like to be able to pass parameters from one job to another.
The problem is I am currently using promotions in Jenkins in order to create a manual approval phase between my build and deployment. I am doing this by having my build in one job and post-build in another. I have used the promoted builds plugin for this.
I understand the one way to pass parameters is using the Parameterized Trigger Plugin but the problem is I am not able to use it along with promotions.
I have referred to this answer but unable to get the output- How to promote a specific build number from another job in Jenkins?