×
Watches pipeline jobs and provides job and stage stats such as time and pass/fail. Can be configured to update GitHub commit status (one status per stage) ...
Jul 1, 2023 · This plugin sends a HTTP/HTTPS request to a user specified URL. The request is made via job execution in Jenkins and depending on the HTTP ...
Jenkins 2.x or later (older versions back to 1.642.3 may work but are not recommended). Pipeline plugin, which is installed as part of the "suggested plugins" ( ...
The following plugins offer Pipeline-compatible steps. Each plugin link offers more information about the parameters for each step. Read more about how to ...
Nov 2, 2023 · This module is a Jenkins Plugin that defines REST endpoints for securely accessing Pipeline data that can then be used in (e.g.) the Pipeline ...
Mar 8, 2023 · Quick links: Developing plugins for Pipeline · Pipeline CPS Engine · SCM step. Formerly known as the Workflow plugin. Originally inspired by the ...
Missing: /search /url
8 days ago · Checkout from the git plugin source repository using https protocol, no credentials, and the master branch. checkout scmGit( branches: [[name: ' ...
Missing: /search | Show results with:/search
May 3, 2024 · Supports Pipeline Plugin, so that the currently executing stage(s) are shown. The number of columns and size of the font used is easily ...
Missing: /url | Show results with:/url
Jan 3, 2024 · The best way to do this is to check for the existence of the CHANGE_ID environment variable. Scripted Pipeline: node { stage('Build') ...
Missing: /search | Show results with:/search
Mar 28, 2024 · To enable credentials lookup on the current node, enable Retrieve credentials from node in Jenkins global configuration. This is globally ...