×
Any time
  • Any time
  • Past hour
  • Past 24 hours
  • Past week
  • Past month
  • Past year
Verbatim
Open the relevant configuration page in Jenkins via HtmlUnit. ... Search is performed in the order of the brackets at the line start. ... Testing Durable Pipeline ...
Defining a Pipeline through the classic UI is convenient for testing Pipeline ... Jenkins home directory ... Pipeline section on the Pipeline configuration page).
A Pipeline's code defines your entire build process, which typically includes stages for building an application, testing it and then delivering it. Also, a ...
Jenkins Pipeline includes built-in documentation and the Snippet Generator which are key resources when developing Pipelines. They provide detailed help and ...
Jenkins Pipeline exposes environment variables via the global variable env , which is available from anywhere within a Jenkinsfile . The full list of ...
To collect our test results and artifacts, we will use the post section. Jenkinsfile (Declarative Pipeline). pipeline { agent any stages { stage('Test') ...
The following examples are sourced from the the pipeline-examples repository on GitHub and contributed to by various members of the Jenkins project.
Pipeline Steps Reference. The following plugins offer Pipeline-compatible steps. Each plugin link offers more information about the parameters for each step ...
This plugin is used to provide various support for handling flaky tests. It currently supports for Git and Maven. It includes support for the latest version ...
This plugin allows to define external resources (such as printers, phones, computers) that can be locked by builds. If a build requires an external resource ...