×
... URL where "..." portion is the data that it acts on. For example, if your Jenkins installation sits at https://ci.jenkins.io, visiting https://ci.jenkins.io ...
Searching plugins.jenkins.io for the desired plugin will provide the appropriate link to the archive file. Updating a plugin. Updates are listed in the ...
Under System, click the Global credentials (unrestricted) link to access this default domain. image. Click Add Credentials on the left. Note: If there are no ...
The following plugins offer Pipeline-compatible steps. Each plugin link offers more information about the parameters for each step. Read more about how to ...
Setting environment variables. Setting an environment variable within a Jenkins Pipeline is accomplished differently depending on whether Declarative or ...
What is Jenkins Pipeline? Declarative versus Scripted Pipeline syntax. Why Pipeline? Pipeline concepts. Pipeline; Node; Stage; Step. Pipeline syntax overview.
Missing: /url | Show results with:/url
Unlike the Snippet Generator however, the Global Variable Reference only contains documentation for variables provided by Pipeline or plugins, which are ...
The macOS installer for Jenkins is maintained outside the Jenkins project. Refer to documentation based on the version of Jenkins to be run. Installing Jenkins ...
In addition, those jobs must run successfully once before the shared library documentation will be generated. The Groovy source files in these directories get ...
Sections in Declarative Pipeline typically contain one or more Directives or Steps. agent. The agent section specifies where the entire Pipeline, or a specific ...