I recently upgraded to jenkins 1.529 and build-pipeline-plugin 1.3.5. I 
have a downstream job that is invoked manually. An authenticated user can 
trigger the build from the pipeline view, the build will seem to start; 
but, within a few seconds go back blue. No record of a failed build or 
anything.

Troubleshooting so far has shown me that when I enter the method 
'triggerBuild' 
(src/main/java/au/com/centrumsystems/hudson/plugin/buildpipeline/BuildPipelineView.java)
 and we get to line #494
final List<AbstractBuildParameters> configs = trigger.getConfigs();
configs is null. 

I'm grasping at straws trying to understand why this is the case. The end 
result after I added a few debug statements is that the code simply stops 
executing, no exception. I added an if block around the work being done on 
the config list, i.e.  if (config != null) {}
This seemed to help... but I'm now running into another issue trying to 
'copy artifacts from another project'. I suspect I'm running into the same 
underlying issue. Does anyone have a guess what is wrong with my jobs(?).

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" 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/groups/opt_out.

Reply via email to