×
Pipeline Steps Reference. The following plugins offer Pipeline-compatible steps. Each plugin link offers more information about the parameters for each step ...
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 ...
May 25, 2016 · The step that we created above is a first-class DSL addition that can be used in Pipeline scripts. There's another way to make your plugin work ...
Oct 2, 2017 · This Pipeline builds the application, runs unit as well as integration tests and deploys the application to several environments. It uses a ...
Missing: android | Show results with:android
In this post I will show how you can make your own DSL extensions and distribute them as a plugin, using Pipeline Script. A quick refresher Pipeline has a well ...
Oct 25, 2023 · This plugin allows Jobs and Views to be defined via DSLs.
This demonstrates how to push a tag (or branch, etc) to a remote Git repository from within a Pipeline job. The authentication step may vary between projects.
Apr 7, 2016 · JobDSL Plugin internally generates common freestyle jobs according to the script, so it's functionality is similar to the classic approaches.
Jul 18, 2016 · Rather than sitting and watching Jenkins for job status, I want Jenkins to send notifications when events occur. There are Jenkins plugins for ...
The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps ...