API access to update pipeline stages

2016-08-02 Thread Daniel Watrous
I'm interested in handling the deploy stage outside of Jenkins, but would like Jenkins to accommodate two stages related to deploy: Deploy Start and Deploy Complete. I would like my deploy mechanism to be able to query Jenkins for any pipeline that has finished all test/build stages and be able

Re: API access to update pipeline stages

2016-08-05 Thread Daniel Watrous
at 9:52:04 AM UTC-5, Jesse Glick wrote: > > On Tue, Aug 2, 2016 at 12:26 PM, Daniel Watrous > > wrote: > > I'm struggling to find documentation around these or an example that > might > > help me to accomplish what I'm trying to do. > > Perhaps you are

Re: API access to update pipeline stages

2016-08-12 Thread Daniel Watrous
4:45:08 PM UTC-5, Jesse Glick wrote: > > On Fri, Aug 5, 2016 at 5:19 PM, Daniel Watrous > wrote: > > That might work, but what isn't clear is how I can trigger that with an > HTTP > > call. > > `UnprotectedRootAction` generally. > > Without writing a cu

Re: API access to update pipeline stages

2016-08-12 Thread Daniel Watrous
> the corresponding pipeline step : > input id: 'FinishRecording', message: 'Proceed?' > > https://jenkins.io/doc/pipeline/steps/pipeline-input-step/ > > > Am Freitag, 12. August 2016 16:20:48 UTC+2 schrieb Daniel Watrous: >> >> I've searched and c

Re: API access to update pipeline stages

2016-08-12 Thread Daniel Watrous
d/input/FinishRecording/proceedEmpty >> (the url is shown in console output or stage view) >> >> the corresponding pipeline step : >> input id: 'FinishRecording', message: 'Proceed?' >> >> https://jenkins.io/doc/pipeline/steps/pipeline-input-step