Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jenkins-groovy

How to read xml properties from a xml file in groovy Jenkinsfile

Groovy - Convert a timestamp string to Epoch time in milliseconds

Unable to run shell command in Groovy in Jenkins

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?