Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jenkins-pipeline

Jenkins emailext plugin with default subject and body in pipeline script

Retrieve output/status of a variable from batch file to jenkins pipeline

To pass variables set in jenkins pipeline to shell script

Jenkins pipeline "cd" command not working, "cd" vs "dir"?

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

Jenkins pipeline resumes but nothing happens

jenkins jenkins-pipeline

Jenkins github webhook integration not working?

How to read log file from within pipeline?

jenkins jenkins-pipeline

Jenkins Copy Artifact unable to find folder/multiProjectPipeline/branchWithSlash

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

How to use docker image internal environment variable in Jenkinsfile?

How to set quietperiod on Jenkins Pipeline

groovy jenkins-pipeline

Use Jenkins WORKSPACE environment variable in Jenkins declarative pipeline parameter

How to exclude jenkins files from scm polling on a jenkins job

jenkins jenkins-pipeline

ssh-agent not working on jenkins pipeline

Sync two git repositories Jenkins Pipeline

Wrap several stages in Jenkins pipeline

Pipeline get tag list

How can i define and use functions in jenkinsfile?

Jenkinsfile takeWhile return Boolean on Jenkins but ArrayList in actual groovy. WHY?