-
Bug
-
Resolution: Fixed
-
Major
-
None
I've attached a jobs.properties file that defines jobslist, using multiple logical lines.
When I add ${jobslist} as the list of jobs for the parameterized trigger, it only triggers the first job (apple) and stops. The config.xml file for my test job is attached.
If I change the properties file to use a single line, it triggers all the jobs.
In our productions job, we have over 20 jobs to trigger and the developers require using the logical lines.
- is related to
-
JENKINS-14284 Single backslashes are droped or used as escape char
-
- Resolved
-
Firstly, it seems there is a bug in the envinject plguin.
If you look at the jobslist variable in the Injected environment, you should have only one value. It is the current bug.
Could you check in your environment?