×
The following examples are sourced from the the pipeline-examples repository on GitHub and contributed to by various members of the Jenkins project.
jiraUserSearch : JIRA Steps: Search Active JIRA Users by username, name or email address. ... ontrackBranchName : Transforms a branch name, as provided by the ...
Apr 14, 2024 · This is a Jenkins plugin that can: Receive any HTTP request, JENKINS_URL/generic-webhook-trigger/invoke; Extract values.
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 ...
Jan 3, 2024 · This plugin allows GitLab to trigger Jenkins builds and display their results in the GitLab UI.
Aug 30, 2023 · This plugin adds support for sending a job's console log to Logstash indexers such as Elastic Search, Logstash, RabbitMQ, Redis or to Syslog.
Jan 31, 2024 · You can find al lot of examples in this test class: BitBucketPPRPullRequestCreatedActionFilterTest. ... Complete payload as json string, PR + P, C ...
Missing: /search | Show results with:/search
Jan 18, 2024 · This pipeline plugin provides an easy way to block a build pipeline until an external system posts to a webhook. It can be used to integrate ...
Missing: /search | Show results with:/search
Feb 1, 2024 · Click "Test hook" button from the GitHub UI and see if Jenkins receive a payload. Using cache to GitHub requests. Each GitHub Server Config ...
Support scripted parallel blocks in parallel stages in a declarative pipeline. Example pipeline: pipeline { agent none stages { stage('Parallel Stage') { ...