×
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.
May 1, 2024 · Common utility implementations to build Pipeline Plugin.
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 ".
Jan 18, 2024 · API for asynchronous build step primitive.
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 ...
Mar 28, 2024 · This plugins adds Jenkins pipeline steps to interact with the AWS API.
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' ...