×
Nov 16, 2020 · The Post build task consists of log texts and a script.For the multiple searches, log texts could be joined by an 'And' or an 'Or'. For example, ...
Aug 30, 2023 · This plugin allows you to run the following actions after a build: Batch or shell scripts; Groovy scripts; Build steps.
Missing: /search | Show results with:/search
The following examples are sourced from the the pipeline-examples repository on GitHub and contributed to by various members of the Jenkins project.
Mar 8, 2023 · I've dug through many of the pipeline and plugin repositories on GitHub but am struggling to find where this is implemented. Example: pipeline { ...
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 ...
Sep 7, 2021 · This plugin executes a groovy script in the Jenkins JVM. Typically, the script checks some conditions and changes accordingly the build ...
This section builds on the information introduced in Getting started with Pipeline and should be treated solely as a reference. For more information on how ...
Pipeline Examples, a community-curated collection of copyable Pipeline examples. 1. Domain-specific language. 2. Pipeline plugin. 3. Source control management.
Find files in the current working directory. The step returns an array of file info objects who's properties you can see in the below example. Ex: def files = ...