Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jenkins-groovy

How to dynamically set environment variables in scripted jenkins pipeline?

Scripted Jenkins pipeline, skip parallel part of stage

Why does currentBuild.build().getActions(ParametersAction).get(0) return default parameter values rather the specified values in Jenkins pipeline?

How to get the last KEY from a map in groovy?

groovy jenkins-groovy

Jenkins pipeline Parameter to hold an array

How to skip stage in jenkins if my build is getting failed and want directly jump on destroy stage?(Unresolved) (Important)

Run same stage on multiple nodes in Jenkins

Escape special character of git password in Jenkins pipeline groovy script

How to parse data, and write to a JSON file

Obtain CpsScript instance in workflow-cps groovy code?

How to get failed stage name during parallel run of stages?

How to capture jenkins build cause? triggered by GitLab

Distributed parallel with many slaves -- how does this concept work in jenkins?

How can I get the repository name or URL of a GitChangeSet object?

How to check/list all files changed in PR with multiple commits

How to replace a string in a file using jenkins pipeline script