Hello Jenkins users
I'm trying to use the Jenkinsfile to set the permissions of a job. When I
use the groovy Snippet Generator it gives me this
properties([,
pipelineTriggers([])])
How can I do this?
I managed to set all my parameters of the job through the properties
function, however it r
Hello,
When I view the running steps page in a workflow job I just see: e.g.:
Git[image: Success]Shell Script[image: Console Output][image: Success]Shell
Script[image: Console Output][image: Success]Shell Script
Is there a way to make it more descriptive? Can we pass more parameters to
the