Questions about the Jenkins “Pipeline” plugin suite (formerly “Workflow”). Not about pipelines in Jenkins in general (e.g. using downstream jobs).
I cannot seem to extract $GIT_COMMIT and $BRANCH_NAME from a Jenkins Workflow Checkout step. I would like to …
jenkins groovy jenkins-plugins jenkins-workflow jenkins-pipelineI have a Jenkinsfile with multiple stages and one of them is in fact another job (the deploy one) which …
groovy jenkins-workflow jenkins-pipeline jenkinsfileI tried to get the git commit message in jenkinsfile and prevent the build based on commit message. env.GIT_…
jenkins jenkins-pipeline jenkins-workflow multibranch-pipelineIs there a better way to run a shell task in a Jenkins 2.0 pipeline and then return the stdout of …
jenkins groovy jenkins-workflow jenkins-pipeline jenkins-2I'm trying to replace our current build pipeline, currently hacked together using old-school Jenkins jobs, with a new job that …
jenkins jenkins-pipeline jenkins-workflowI need to be able to create simple HTTP POST request during our Jenkins Pipeline builds. However I cannot use …
jenkins groovy jenkins-plugins jenkins-workflowI would like to add additional build parameters to my jenkins mutibranch pipeline job. Relevant versions: org.jenkins-ci.plugins:script-security:1.19 …
jenkins jenkins-workflow jenkins-2I have installed Pipeline Plugin which used to be called as Workflow Plugin earlier. https://wiki.jenkins-ci.org/display/JENKINS/…
jenkins jenkins-plugins jenkins-pipeline jenkins-workflow jenkins-job-dslI need to parse some JSON in a Jenkins Pipeline and call some regular methods in a loop, however the …
jenkins groovy cloudbees jenkins-workflowI am currently testing the pipeline approach of Jenkins 2.0 to see if it works for the build environment I am …
jenkins jenkins-workflow jenkins-2 jenkinsfile