×
Aug 30, 2023 · This plugin allows you to run the following actions after a build: Batch or shell scripts; Groovy scripts; Build steps.
As mentioned previously, Jenkins Pipeline is a suite of plugins that supports implementing and integrating continuous delivery pipelines into Jenkins.
Pipeline Steps Reference. The following plugins offer Pipeline-compatible steps. Each plugin link offers more information about the parameters for each step ...
To collect our test results and artifacts, we will use the post section. Jenkinsfile (Declarative Pipeline). pipeline { agent any stages { stage('Test') ...
Missing: dsl | Show results with:dsl
Jul 1, 2016 · I've found a Ruby project, hermann, I'd like to build using Jenkins Pipeline. I'd also like to have the code coverage results published with ...
Missing: dsl | Show results with:dsl
This is a special step that allows to call builders or post-build actions (as in freestyle or similar projects), in general "build steps". Just select the build ...
Missing: dsl | Show results with:dsl
The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps ...
The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps ...
Jan 26, 2023 · I'm trying to write a pipeline that pulls code from a Bitbucket repo, build ... java:63) at org ... How to use global variable in pipeline DSL?
You can only archive files that are located in your workspace. Here are some examples of usage for pipeline: How to archive multiple artifacts from a specific ...
Missing: dsl | Show results with:dsl