×
findFiles : Find files in the workspace. Find files in the current working directory. The step returns an array of file info objects who's properties you can ...
Read the full documentation here. node { git url: 'https ... An example showing how to search for a list of existing jobs and triggering all of them in parallel.
Once your Pipeline has completed, whether it succeeds or fails, you can click on the node which represents the stage. You can then click on the Restart link for ...
Setting environment variables. Setting an environment variable within a Jenkins Pipeline is accomplished differently depending on whether Declarative or ...
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 ...
Configure the SCM source as appropriate. There are options for many different types of repositories and services including Git, Mercurial, Bitbucket, and GitHub ...
You can only archive files that are located in your workspace. Here are some examples of usage for pipeline: How to archive multiple artifacts from a specific ...
This guided tour introduces you to the basics of using Jenkins and its main feature, Jenkins Pipeline. This tour uses the "standalone" Jenkins distribution, ...
Missing: /url | Show results with:/url
There are also tutorials geared to developers who want to orchestrate and automate building their project in Jenkins using Pipeline and Blue Ocean. If you've ...
Missing: /url | Show results with:/url
The vars directory hosts script files that are exposed as a variable in Pipelines. The name of the file is the name of the variable in the Pipeline. So if you ...