Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

Jenkins : Change the name of JenkinsFile

Display Json file with jenkins pipeline

how to set default value for ChoiceParameterDefinition parameter

Jenkins pipeline how to change to another folder and run npm tests

Groovy Gotcha: String interpolation does not always execute, e.g. in `<list>.contains()`

Develop groovy scripts for jenkins in vscode or intellij

Why is this simple Groovy script failing in a Jenkins pipeline?