Questions about the Jenkins “Pipeline” plugin suite (formerly “Workflow”). Not about pipelines in Jenkins in general (e.g. using downstream jobs).
I'm trying to convert my old style project base workflow to a pipeline based on Jenkins. While going through docs …
jenkins continuous-integration jenkins-pipelineIn Jenkins scripted pipeline we are able to create methods and can call them. Is it possible also in the …
jenkins groovy jenkins-pipeline jenkins-groovy jenkins-declarative-pipelineHow can I view Jenkins workspace on a Pipeline job (it was called workflow job previously)? In a standard Job …
jenkins jenkins-pipelineIn one of my stages I need to copy the contents of two folders after a build is completed and …
jenkins jenkins-plugins jenkins-pipelineThe groovy syntax generator is NOT working for sample step properties: Set Job Properties. I've selected Discard old builds and …
jenkins jenkins-pipelineI have two Jenkins pipelines, let's say pipeline-A and pipeline-B. I want to invoke pipeline-A in pipeline-B. How can I …
jenkins jenkins-pipeline jenkins-2I am using the Pipeline plugin in Jenkins by Clouldbees (the name was Workflow plugin before), I am trying to …
jenkins groovy jenkins-pipeline cloudbeesI have a series of stages that perform quick checks. I want to perform them all, even if there are …
jenkins jenkins-pipelineI 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 am attempting to write a pipeline script to use with Jenkins 2.0 to replicate our existing build. This original build …
jenkins groovy build jenkins-pipeline environment