×
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 ...
The following plugins offer Pipeline-compatible steps. Each plugin link offers more information about the parameters for each step. Read more about how to ...
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) ...
2 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
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 ...
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') ...
6 days ago · 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
Mar 8, 2023 · This plugin and its dependencies form a suite of plugins that lets you orchestrate automation, simple or complex. See the Jenkins Pipeline ...
Missing: /search /url
With the introduction of the Pipeline plugin, users now can implement a project's entire build/test/deploy pipeline in a Jenkinsfile and store that alongside ...
httpRequest : Perform an HTTP Request and return a response object · url : String. Specify an URL to be requested. · acceptType (optional) · authentication : ...