×
Get all Workflow Job runs/builds since the specified run/build name. static String, getDescribeUrl​(org.jenkinsci.plugins.workflow.job.WorkflowJob job).
The jenkins-rest library is an object oriented Java project that provides access to the Jenkins REST API programmatically to some remote API Jenkins provides.
A job is an runnable entity under the monitoring of Hudson. Every time it "runs", it will be recorded as a Run object. To create a custom job type, ...
This method will ignore Maven and matrix projects, as well as projects inside containers such as folders. You may prefer to call ItemGroup.getAllItems(Class) on ...
Job · Job.LastItemListener, Job.SubItemBuildsLocationImpl. Nested classes/interfaces ... Methods inherited from class java.lang.Object · clone, equals, finalize ...
Nov 2, 2023 · Provides a REST API to access pipeline and pipeline run data.
Dec 2, 2021 · I am trying to run a job from a rest API, but it fails with the below error. It works well from my local system but creates an issue when ...
The jenkins-rest library is an object oriented java project that provides access to the Jenkins REST API programmatically to some remote API Jenkins provides.
Specifically, an executor thread can only be interrupted in "interruption points" due to the Java design. Waiting for a completion of a child process (for ...
To make scripted clients (such as wget) invoke operations that require authorization (such as scheduling a build), use HTTP BASIC authentication to specify the ...