Issue Type: Bug Bug
Affects Versions: current
Assignee: huybrechts
Attachments: param_trigger.JPG
Components: parameterized-trigger
Created: 22/Apr/14 2:18 AM
Description:

This applies to Parameterized Trigger Plugin 2.24 and Jenkins 1.549.

When the checkbox for "Use files in matrix child builds" is selected, and the Jenkins job is saved, the setting is always set to "false" in the job config.xml. The same issue occurs with the "Only files in exact child builds" setting. Here is the XML from the config.xml after the job is saved when both of these boxes are checked:

<hudson.plugins.parameterizedtrigger.BuildTrigger plugin="parameterized-trigger@2.24">
      <configs>
        <hudson.plugins.parameterizedtrigger.BuildTriggerConfig>
          <configs>
            <hudson.plugins.parameterizedtrigger.PredefinedBuildParameters>
              <properties>INFO REMOVED</properties>
            </hudson.plugins.parameterizedtrigger.PredefinedBuildParameters>
            <hudson.plugins.parameterizedtrigger.FileBuildParameters>
              <propertiesFile>downstream.txt</propertiesFile>
              <failTriggerOnMissing>true</failTriggerOnMissing>
              <useMatrixChild>false</useMatrixChild>
              <onlyExactRuns>false</onlyExactRuns>
            </hudson.plugins.parameterizedtrigger.FileBuildParameters>
          </configs>
          <projects>INFO REMOVED</projects>
          <condition>SUCCESS</condition>
          <triggerWithNoParameters>false</triggerWithNoParameters>
        </hudson.plugins.parameterizedtrigger.BuildTriggerConfig>
      </configs>
    </hudson.plugins.parameterizedtrigger.BuildTrigger>

Here's a screenshot of the UI:

Project: Jenkins
Priority: Major Major
Reporter: Kenny Ayers
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to