node-jenkins-api
node-jenkins-api copied to clipboard
create job
i have some xml data, how to create a job by xml data?
Open-Source FTW!
https://github.com/jansepar/node-jenkins-api/blob/master/lib/main.js#L207-L228
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.