-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
Jenkins 2.8, Build Pipeline Plugin 1.5.3.1
We are using Folders to manage our build jobs.
The folder structure looks like:
Denis/
So, it is only one level deep.
I am trying to setup a build pipeline. I used the Post Build Action of a "Build other projects (manual)" step.
I set the name of the project to use the folder structure:
/Denis/job-name
Everything appears fine in the Build Pipeline View, but when I click on the "manual trigger" icon, it doesn't run.
Inspecting the Jenkins log I am seeing:
call to /$stapler/bound/02d15e0b-6aab-4b6d-9c5b-9b7d4ea028f4/triggerManualBuild failed java.lang.IllegalStateException: No upstream trigger found for this projectDenis ยป denis-publish-portal at au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineView.triggerBuild(BuildPipelineView.java:496) at au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineView.triggerManualBuild(BuildPipelineView.java:405) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)