×
In the Connect to a Git repository section, enter the URL for your Git repository in the Repository URL field. Connect to a Git repository. You now must specify ...
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 ...
Missing: /url | Show results with:/url
The first time you create a Pipeline in Blue Ocean for a specific Git server, Blue Ocean prompts you for your Git credentials to allow you to create Pipelines ...
This section describes how to get started with creating your Pipeline project in Jenkins and introduces you to the various ways that a Jenkinsfile can be ...
The Blue Ocean Pipeline Editor is an easy way for anyone to get started with creating Pipelines in Jenkins. It's also great for existing Jenkins users to start ...
Jenkins Pipeline includes built-in documentation and the Snippet Generator which are key resources when developing Pipelines. They provide detailed help and ...
Once your Pipeline has completed, whether it succeeds or fails, you can go to the side panel for the run in the classic UI and click on "Restart from Stage".
Missing: /url | Show results with:/url
Jenkins Pipeline exposes environment variables via the global variable env , which is available from anywhere within a Jenkinsfile . The full list of ...
The Blue Ocean Pipeline Run Details view shows the information related to a single Pipeline Run, and allows users to edit or replay that run.
Missing: /url | Show results with:/url
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 ...