-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Minor
-
Resolution: Unresolved
-
Component/s: build-pipeline-plugin
-
Labels:None
-
Environment:Jenkins 2.8, Build Pipeline Plugin 1.5.3.1
-
Similar Issues:
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)
We ran into the same issue, and had to move the jobs, and pipeline from folders into "global view" to get the manual triggers work. Delivery Pipeline has the same issue as it uses Build Pipeline Plugin.