×
Pipeline provides an extensible set of tools for modeling simple-to-complex delivery pipelines "as code" via the Pipeline DSL. This section describes how to get ...
Pipeline Steps Reference. The following plugins offer Pipeline-compatible steps. Each plugin link offers more information about the parameters for each step ...
Jul 27, 2017 · Copying Freestyle job XML configuration files to the new server would leave technical debt. ... continue jobs after the Jenkins master or build ...
Jenkins typically comes bundled with the junit step, but if your test runner cannot output JUnit-style XML reports, there are additional plugins which process ...
Missing: dsl | Show results with:dsl
Apr 7, 2016 · JobDSL Plugin internally generates common freestyle jobs according to the script, so it's functionality is similar to the classic approaches.
Aug 30, 2023 · This plugin allows you to run the following actions after a build: Batch or shell scripts; Groovy scripts; Build steps.
This is a simple demonstration of how to download dependencies, upload artifacts and publish build info to Artifactory. Read the full documentation here. node { ...
To use this feature, first set up your build to run tests, then specify the path to JUnit XML files in the Ant glob syntax, such as **/build/test-reports/*.xml.
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 xml
Dec 3, 2021 · YAML/JSON of parameters to pass to the template. Type: java.util.Map<java.lang.String, java.lang.Object>. parametersAsString ...