×
Mar 28, 2024 · To enable credentials lookup on the current node, enable Retrieve credentials from node in Jenkins global configuration. This is globally ...
Sep 7, 2021 · If you're building your plugin with Gradle, you set the URL in your build.gradle like so: jenkinsPlugin { ... url = 'http://github.com/jenkinsci ...
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 ...
Missing: wiki. | Show results with:wiki.
Apr 9, 2024 · The plugin comes with an empty knowledge base of failure causes. Populating this knowledge base is done by using the link "Failure Cause ...
Mar 29, 2024 · An Active Choices parameter dynamically generates a list of value options for a build parameter using a Groovy script or a script from the ...
Dec 26, 2023 · Provides pretty html reports for Cucumber. Can be used anywhere a json report is generated (Java, Ruby, JavaScript and other ...
Aug 29, 2022 · This link was really helpful https://wiki.jenkins.io/JENKINS/Step-by-step-guide-to-set-up-master-and-agent-machines-on-Windows.html. And I ...
Missing: /search Pipeline-
If you are unfamiliar with Jelly and Jenkins' use of it, you may find it difficult to create configurable parameters for your plugin. This page describes ...
Sep 26, 2023 · Configuration. To configure available Groovy installation on your system, go to Jenkins configuration page, find section 'Groovy ...
For example, the Pipeline: GitHub Groovy Libraries plugin ... groovy def call(Map config) { node { git url: "https ... Only one Declarative Pipeline can be executed ...