Reproduction steps (tested with Jenkins 1.580.1):

  1. Install Workflow plugin components
    • There are many components and I'm not sure what to install. At least, I could reproduce the problem with "Workflow: Job", "Workflow: Basic Steps" and "Workflow: Groovy CPS Execution" (and its dependencies)
    • The version of workflow-plugin is 1.1.
  2. Install parameterized-trigger plugin.
  3. Create a Workflow project "downstream"
    • Definition: Groovy CPS DSL
      • Script
        node {
            echo "hello world"
        }
      • Use Groovy Sandbox
    • This project works perfect by clicking "Build now".
  4. Create a Freestyle Project "upstream"
    • "Trigger parameterized build on other projects" in Post-build steps.
      • Projects to build: downstream


Result

  • An error message "downstream is not buildable" appears (atttached).
  • upstream doesn't trigger downstream. no error messages are logged. The configuration looks completely ignored.
Change By: ikedam (20/Dec/14 1:54 AM)
Summary: Triggering Workflow Cannot trigger workflow projects  using parameterized-trigger-plugin
Attachment: downstream_is_not_buildable.png
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to