Top "Jenkins-api" questions

Create jobs and execute them in jenkins using REST

I am trying to create a WCF REST client that will communicate to Jenkins and create a job from an …

rest wcf jenkins jenkins-api
Get build information from jenkins using rest api

I want to retrieve the build summary for last 3 days from Jenkins using its rest API's and save the result …

jenkins jenkins-plugins jenkins-api
Is there any Jenkins API to get artifacts name and download it?

I want to ask, If I use jenkins. How can I get all artifacts list and download it, but not …

api jenkins download artifact jenkins-api
Jenkins: Is there any API to see test reports remotely?

I'm using jenkins as CI tool. I used restful api to build a job remotely but I don't know how …

java jenkins junit jenkins-api
As a Jenkins administrator, how do I get a user's API token without logging in as them?

As an administrator, how do I get an API token for a user other than myself, without logging in as …

jenkins jenkins-api
How to find and query a specific build in Jenkins using the Python Jenkins API

We have a Jenkins job that runs builds using specific parameters. Two of these parameters are important for me: the …

python json jenkins querying jenkins-api