Re: Jenkins REST API documentation

2020-02-13 Thread Mark Waite
https://stackoverflow.com/questions/25661362/where-can-i-find-jenkins-restful-api-reference On Thu, Feb 13, 2020 at 9:42 PM alok kumar wrote: > Hi All, > Can someone please point me to the link that contains the Jenkins REST API > documentation? > > We need to use the rest APIs in some program.

Re: Jenkins REST API

2018-01-23 Thread Mark Waite
https://stackoverflow.com/questions/25661362/where-can-i-find-jenkins-restful-api-reference https://wiki.jenkins.io/display/JENKINS/Remote+access+API Mark Waite On Tue, Jan 23, 2018 at 8:26 PM wrote: > Jenkins Experts - > > I want to target the Jenkins REST API for some automation. Is there a

Re: Jenkins REST API endpoint for project build time stamp

2017-07-18 Thread LnT
Alright. Got it. Here it is http://{*JenkinsMaster*}/job/{*JobName*}/{*BuildNumer* }/buildTimestamp?format=/MM/dd Each Jenkins page has a *REST API* hyperlink at the bottom, this is because each page has i

Re: Jenkins Rest API guide

2016-11-15 Thread Daniel Beck
Well, why should the wiki repeat what Jenkins tells you already? It explains how to get information about a build: > Or if you want to access information about a particular build, e.g. …, then > go to …/api/ and you'll see the list of functionalities for that build. On that page in Jenkins, the

Re: Jenkins Rest API guide

2016-11-15 Thread Lee Meador
I hope Gustavo finds that more helpful than I did. Its pretty obscure how to do any particular thing but the notes covering how to access the api are pretty thorough. On Wed, Nov 2, 2016 at 5:09 PM, Rachel Moreno < raquel.moreno.carm...@gmail.com> wrote: > Hi Gustavo, > > Take a look at this page

Re: Jenkins Rest API guide

2016-11-02 Thread Rachel Moreno
Hi Gustavo, Take a look at this page: https://wiki.jenkins-ci.org/display/JENKINS/Remote+access+API I hope be useful. Best regards, Rachel El miércoles, 2 de noviembre de 2016, 20:44:31 (UTC+1), Gustavo Henrique escribió: > > Hi guys! > > Where can I find a complete reference to the rest api?

Re: JENKINS REST API: queue service responds “404 not found”

2015-05-07 Thread harperville
Thanks, Baptiste! I read it as being fixed before that. Great to know! Regards, Harper On Wednesday, May 6, 2015 at 5:09:49 PM UTC-4, Baptiste Mathus wrote: > > As Vincent said, known issue. Did you click on the link above? I suppose > you did, obviously. > Reading the changelog: https://jenki

Re: JENKINS REST API: queue service responds “404 not found”

2015-05-06 Thread Baptiste Mathus
As Vincent said, known issue. Did you click on the link above? I suppose you did, obviously. Reading the changelog: https://jenkins-ci.org/changelog you'll learn that fix has been included in 1.605. Cheers Le 6 mai 2015 11:00 PM, "harperville" a écrit : > Hi, Vincent. I'm confused. I'm running

Re: JENKINS REST API: queue service responds “404 not found”

2015-05-06 Thread harperville
Hi, Vincent. I'm confused. I'm running 1.604 and a script that previously worked fails with a 404 when I'm trying to hit this endpoint. A little help? On Friday, March 20, 2015 at 9:57:18 AM UTC-4, Vincent Latombe wrote: > > Hi, > > this is a known issue, see > https://issues.jenkins-ci.org/

Re: JENKINS REST API: queue service responds “404 not found”

2015-03-20 Thread Albert Battle
Thanks, Vincent. I checked on 1.600 and it works. пятница, 20 марта 2015 г., 15:57:18 UTC+2 пользователь Vincent Latombe написал: > > Hi, > > this is a known issue, see > https://issues.jenkins-ci.org/browse/JENKINS-27256 > > Vincent > > 2015-03-20 14:24 GMT+01:00 Albert Battle > >: > >> I am

Re: JENKINS REST API: queue service responds “404 not found”

2015-03-20 Thread Vincent Latombe
Hi, this is a known issue, see https://issues.jenkins-ci.org/browse/JENKINS-27256 Vincent 2015-03-20 14:24 GMT+01:00 Albert Battle : > I am using the latest JENKINS version 1.605. > > I start a job by issuing /POST /jenkins/job/jobName/build > > I receive a location header Location: http://{hos