Request: Build paramaters visible when viewing the jobs via the pipeline plugin

45 views
Skip to first unread message

Frank IJskes

unread,
Jul 26, 2016, 10:26:26 AM7/26/16
to Delivery Pipeline Plugin
We have a CD pipeline that is triggered when a gitlab change is made. The gitlab change activates the first jenkins job with a set of parameters, that will trigger the second etc.

We use parameters to specifiy on which environment the jenkins jobs should do their thing. In the pipeline view we only see the name of the job and status. If a job is failed we need to go into job status and then console output to see which environment went wrong.

Is there any way to have the build parameters visible in the pipeline view? If not, is there a way to request this feature?
Or should we use another plugin in order to achieve this view? (i hope not, since this plugin works brilliantly for us, except the lack of info of course)

Kind regards,

Frank

suresh kumar

unread,
Jul 26, 2016, 2:23:57 PM7/26/16
to Delivery Pipeline Plugin
Hi Frank,

Use the "Customize Task Description Template" under Delivery Pipeline Configuration section to show the Parameter values in Delivery Pipeline.

For ex: ${ENV,var="PARAM"} 

Enter above text in Customize Task Description Template of First Job of delivery pipeline configuration 
This gives information regarding the value has been passed in that build execution of First Job

-Suresh
Reply all
Reply to author
Forward
0 new messages