Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jenkins-groovy

Scripts not permitted to use staticMethod org.codehaus.groovy.runtime.DefaultGroovyMethods write java.io.File java.lang.String

Is it possible to set environment variables on a groovy function

How to assign an array to a Env variable in Jenkinsfile

cps mismatch when sending a slack message in a jenkins pipeline

Jenkins rebuild not loading choice parameters values

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?