node-jenkins-api icon indicating copy to clipboard operation
node-jenkins-api copied to clipboard

create job

Open linlingyu opened this issue 9 years ago • 2 comments

i have some xml data, how to create a job by xml data?

linlingyu avatar Sep 04 '15 16:09 linlingyu

Open-Source FTW!

https://github.com/jansepar/node-jenkins-api/blob/master/lib/main.js#L207-L228

toddpi314 avatar Aug 24 '16 12:08 toddpi314

From the response I'm getting when trying to create a job I'd say it doesn't handle http -> https redirect (301). Is there a way to make POST requests follow redirects? Looks like GETs work just fine.

ondrejchmelar avatar Oct 27 '16 14:10 ondrejchmelar