-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
-
Jenkins 1.418
Paramaterized-trigger plugin 1.418
Maven plugin 2.8
I tried to create a two job sequence, both jobs are maven projects. Ive configured that the first job will trigger the second job, but the second job does not show up in the first job's status page. This seems to only happen with maven projects, as if I tried the same sequence with free style projects.
Steps to reproduce
- Create a maven job with name TWO and configure it with the below configuration
- Check This build is parameterized
- Add a string parameter with the name HG_TAG
- Save
- Check This build is parameterized
- Create a maven job with name ONE and configure it with the below configuration
- Check This build is parameterized
- Add a string parameter with the name HG_TAG
- Check Trigger parameterized build on other projects
- Enter TWO into Projects to build text box
- Save
- Check This build is parameterized
- Open job ONE's status page.
Expected outcome
The downstream job TWO is shown in the status page for job ONE.
Actual outcome
No downstream job is shown in the status page for job ONE.
No upstream job is shown in the status page for job TWO.
Notes
If I start job ONE, it will start job TWO; so there is some kind of dependency between the jobs.
Also, the log for the first job does not say that it has started a build for job TWO. BUT in the console log for job TWO, it says Started by upstream project "ONE" build number 2
Environment:
Jenkins 1.398
Parameterized-trigger-plugin 2.11
Maven-Plugin 1.398
Works for me. Therefore resolving as "Cannot Reproduce". Please re-open if the problem still exist.