×
Versatile: Pipelines support complex real-world CD requirements, including the ability to fork/join, loop, and perform work in parallel. Extensible: The ...
Dec 12, 2019 · Use this plugin to convert your jobs into DSL Groovy scripts.
Oct 6, 2022 · As far as I know, it is safe to remove the workspace for a given Jenkins job as long as the job is not currently running. So you could remove ...
To use Jenkins Pipeline, you will need: Jenkins 2.x or later (older versions back to 1.642.3 may work but are not recommended). Pipeline ...
Pipeline supports two syntaxes, Declarative (introduced in Pipeline 2.5) and Scripted Pipeline. Both of which support building continuous delivery pipelines ...
Apr 23, 2022 · Is there a way to get the info stored in build.xml of a completed build? I know about $JENKINS_URL/job/JOB/BUILD_ID/api/json but that does ...
To collect our test results and artifacts, we will use the post section. Jenkinsfile (Declarative Pipeline). pipeline { agent any stages { stage('Test') ...
Oct 25, 2023 · This plugin allows Jobs and Views to be defined via DSLs.
Jul 5, 2023 · Currently, I simply copy the config.xml file, and it appears to be sufficient for the jobs to function in a new Jenkins instance.
The following examples are sourced from the the pipeline-examples repository on GitHub and contributed to by various members of the Jenkins project.