Questions about the Jenkins “Pipeline” plugin suite (formerly “Workflow”). Not about pipelines in Jenkins in general (e.g. using downstream jobs).
I have something like this on a Jenkinsfile (Groovy) and I want to record the stdout and the exit code …
groovy jenkins-pipelineI am running the following command from my Jenkinsfile. However, I get the error "The input device is not a …
docker jenkins jenkins-pipelineHow can I trigger build of another job from inside the Jenkinsfile? I assume that this job is another repository …
jenkins groovy jenkins-workflow jenkins-pipelineI was following this tutorial: node { git url: 'https://github.com/joe_user/simple-maven-project-with-tests.git' ... } However it doesn't tell how …
git jenkins ssh jenkins-pipelineWe are running Jenkins 2.x and love the new Pipeline plugin. However, with so many branches in a repository, disk …
jenkins jenkins-pipeline workspaceI'm trying to create a declarative Jenkins pipeline script but having issues with simple variable declaration. Here is my script: …
jenkins groovy jenkins-pipelineI am Using Jenkins 2 for compiling Java Projects, I want to read the version from a pom.xml, I was …
maven jenkins continuous-integration jenkins-pipelineI am new to docker. I just tried to use docker in my local machine(Ubuntu 16.04) with Jenkins. I configured …
docker jenkins jenkins-pipelineHow do you access parameters set in the "This build is parameterized" section of a "Workflow" Jenkins job? TEST CASE …
jenkins groovy jenkins-pipelineI'm currently doing some evaluation on the Jenkins Pipeline plugin (formerly know as Workflow plugin). Reading the documentation I found …
jenkins jenkins-workflow jenkins-pipeline