|
||||||||
|
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.

The error occurs within the build pipeline plugin which doesn't seem to handle folders properly. This error occurs if the build steps reside within a folder, e.g. "MyProject", and the upstream project for the manually triggered step is configured with the downstream project name including the folder name, e.g. "MyProject/Deploy-env02". It would be desirable if this convention was supported, but a workaround is to just remove the folder name from the "Downstream Project Names" settings in the "Build other projects (manual step)" post-build action, e.g. to just state "Deploy-env02", and the manual trigger will work.
Proposing that a more descriptive error message is returned when this error occurs.