I have 2 jobs on Jenkins: job A (the upstream job) and job B (the downstream job) that needs to be triggered after job A has finished.
I used to solve this problem with: configuring Trigger parameterized build on other projects set on job A and it worked perfectly fine.
The thing is, I have been told that I can not do any change to job A so I need to stop using the configuring Trigger parameterized build on other projects from job A (which I added in the past). Is there a way to configure something in job B that will trigger the job once job A is done? I noticed there is an Build after other projects are built but when checking this box, job B never started...
Is there any other way (plugin or something else) that can help me define everything in job B?
Thanks!