×
Any time
  • Any time
  • Past hour
  • Past 24 hours
  • Past week
  • Past month
  • Past year
Verbatim
This step pauses Pipeline execution and allows the user to interact and control the flow of the build. Only a basic "proceed" or "abort" option is provided ...
The document explains what a pipeline is, why that matters, and how to create the different kinds of pipelines. Why Pipeline? While standard Jenkins “freestyle” ...
Performs a Jira workflow action for every issue that matches the JQL query. A common use might be to consider a ticket "confirmed" in the last build step of ...
Search K. > User Documentation Home ... testResultsAggregator : Aggregate Test Results ... Column Group/Team is standard if at least one group has been configured.
This guide provides a small selection of best practices for pipelines and points out the most common mistakes. The goal is to point pipeline authors and ...
Cuts the standard output and error of reports to a reasonable size. This reduce usage of memory when Jenkins parse the aggregate report when hundred test ...
Feb 15, 2023 · View build summary or drill down to see build status trends, build time and queue time analysis, tests pass/fail trends, test runtime ...
Jenkins Pipeline uses a library called Groovy CPS to run Pipeline scripts. While Pipeline uses the Groovy parser and compiler, unlike a regular Groovy ...
Specify the path to the Performance report files, relative to the workspace root. Plugin will be automatically detect parser for each report file.
An example showing how to build a standard maven project with specific versions for Maven and the JDK. It shows how to use the withEnv step to define the right ...