×
Jan 19, 2017 · The Conditional BuildStep plugin is a powerful tool that has allowed Jenkins users to write Jenkins jobs with complex conditional logic. In this ...
Dec 15, 2017 · Click "Convert" to convert the Freestyle job configurations to a single scripted pipeline job. Once the conversion is complete and the new ...
Mar 4, 2024 · I would like to migrate them to Jenkins v2. Most of them seems fine, job configuration was updated correctly. Seems like only PostBuildScript ...
Feb 5, 2024 · The following is an example with comments to convert the ArtifactArchiver freestyle post build step using the API. This conversion modifies the ...
Aug 30, 2023 · This plugin allows you to run the following actions after a build: Batch or shell scripts; Groovy scripts; Build steps.
Dec 16, 2023 · This plugin executes a groovy script in the Jenkins JVM as a post-build action (a publisher) . Typically, the script checks some conditions ...
This section describes how to get started with creating your Pipeline project in Jenkins and introduces you to the various ways that a Jenkinsfile can be ...
Feb 10, 2017 · We'll convert that Pipeline to Declarative syntax (including properties ), go into more detail on the post section, and then we'll use the agent ...
Build Pipeline plugin - provides a way to execute Jenkins jobs sequentially. Build Flow Plugin - introduces a job type that lets you define an orchestration ...
End-to-End Multibranch Pipeline Project Creation · Prerequisites · Fork and clone the sample repository · Create development and production branches in your ...