Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jenkins-groovy

How can I make groovy on Jenkins mask the output of a variable the same way it does for credentials?

How to set the discovery modes for multibranch job created by Job DSL

Groovy 3 and Jenkins Embedded Scripting?

How can I read a GIT tag from the current branch into a variable?

How can I run each iteration of a for loop parallel in Jenkins pipeline?

execute groovy script in jenkins job

jenkins jenkins-groovy

"java.lang.IllegalArgumentException: Expected a closure or failFast" Exception on running parallel builds

How can i define and use functions in jenkinsfile?

Regex in Jenkins pipeline

Jenkins pipeline is skipping groovy 'else if' clause

Can I set the value of a boolean parameter inside Jenkins pipeline

Jenkins: read an existing job's plugin config via Groovy

Unapprovable RejectedAccessException when using Tuple in Jenkinsfile

Jenkins Pipeline with conditional "When" expression of choice parameters

How to fix "groovy.lang.MissingMethodException: No signature of method: Script1.pipeline() is applicable "

java.lang.UnsupportedOperationException: no known implementation of class jenkins.tasks.SimpleBuildWrapper is named BuildUser in jenkins

Populate choice parameter in jenkinsfile with list of folders in SCM repository

How to return a value from Jenkins function to the build stage?