0

I'm trying to run the same job multiple times with different parameters via a parent job. However, only the first of the triggered jobs runs.

The parent job has the checkbox "Trigger parameterized build on other projects" checked, and there are two triggers created, each with a different parameter value for a parameter x on the downstream job. Job 1 has x=1, Job 2 has x=2. Only job 1 is run!?

What am I missing?

nflacco
  • 4,972
  • 8
  • 45
  • 78
  • Are you running newer Jenkins/plugin versions than mentioned here? https://issues.jenkins-ci.org/browse/JENKINS-8985 – Christopher Orr Sep 21 '11 at 22:06
  • Running the latest version of the plugin, we're running Hudson ver. 2.0.1. Perhaps the plugin works, but the Hudson core not so much? – nflacco Sep 21 '11 at 22:20
  • Updated Hudson to 2.1.1 and the plugin to 2.4. Doesn't work :( – nflacco Sep 21 '11 at 22:28
  • 1
    From a quick check, it appears that this bug was only reported to and fixed in Jenkins core and the plugin, not in Hudson. Fortunately, upgrading to Jenkins is seamless, and recommended by StackOverflow users ;) http://stackoverflow.com/q/4973981/ – Christopher Orr Sep 21 '11 at 22:41
  • looks like you are right, I installed jenkins and it works fine. the guys running hudson don't want to upgrade and say jenkins is a dead codebase :( – nflacco Sep 21 '11 at 22:57
  • Weird. It's the opposite. Jenkins continues to produce a new release every single week; they've had 2-3x the number of commits as Hudson in the last two weeks. Maybe the new Jenkins stable release will convince your admins :) https://wiki.jenkins-ci.org/display/JENKINS/LTS+Release+Line – Christopher Orr Sep 22 '11 at 19:45

1 Answers1

0

This is a bug in Hudson.

It was reported to Jenkins and fixed there, both in the core and this particular plugin several months ago.

See also the Jenkins vs Hudson discussion on StackOverflow for further reasons to upgrade to Jenkins.

Community
  • 1
  • 1
Christopher Orr
  • 110,418
  • 27
  • 198
  • 193