×
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 ...
Provides a REST API to access pipeline and pipeline run data.
Remote access API is offered in a REST-like style. That is, there is no single entry point for all features, and instead they are available under the ".
Sep 12, 2023 · Common utility implementations to build Pipeline Plugin.
Navigate to the Manage Jenkins > Plugins page in the web UI. · Click on the Advanced tab. · Choose the .hpi file from your system or enter a URL to the archive ...
Missing: rest- | Show results with:rest-
Mar 28, 2024 · This plugins adds Jenkins pipeline steps to interact with the AWS API.
Apr 11, 2024 · Pipeline editor that makes automating CD pipelines approachable by guiding the user through an intuitive and visual process to create a pipeline ...
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 ...
Jun 8, 2023 · A simple Jenkins parameter plugin that offers a list of values based on a REST call response.
Performs an HTTP request, and returns a response object. Usage example: def response = httpRequest 'http://localhost:8080/jenkins/api/json?pretty=true' ...