-
Bug
-
Resolution: Not A Defect
-
Major
I set up a parametrized job which correctly uses the git tag parameter to build a specified tag.
Then I set it up to trigger another job and passing that tag as parameter, with no success so far.
The triggered build of the second job receives and lists the parameter in the "Parameters" section, but doesn't use it at all and thus builds the default branch instead of the tag.
I tried multiple combinations of configurations both in the first and in the second job, with no success so far.
So I'm basically asking for a follow-up / hint / RTFM + link to the M
Update:
I just found out that the plugin worked only the very first time and only for the first job.
Now Jenkins is ignoring any configuration of the plugin I throw at it for new jobs, while even the first job got problems: it's stucked with the very first value of the tag parameter I configured the first time, and any attempt to change it in subsequent builds is ignored by Jenkins.
T_T
I'm going to delete all the jobs, uninstall the plugin, reinstall / recreate all and letting you know.