vscode-jenkins-status icon indicating copy to clipboard operation
vscode-jenkins-status copied to clipboard

New Command: Build Job

Open alefragnani opened this issue 7 years ago • 2 comments

Splited from #11

alefragnani avatar Jul 11 '17 16:07 alefragnani

One thing about this one is if one has CSRF protection set up on the Jenkins instance, then you need to acquire a crumb to trigger builds (since the build API requires a POST and not a GET). See "CSRF Protection" on https://wiki.jenkins.io/display/jenkins/remote+access+api

pzelnip avatar Oct 12 '17 14:10 pzelnip

I don't know if this will be useful in master but I did get this working for my Jenkins Server. It is extremely basic as this is the first time I have touched Javascript or Typescript. It does not handle CSRF yet in any way but I don't have a server with it configured where I can test. If you would like me to open a pull request I can do so?

Mark-Foresta avatar Jan 21 '18 03:01 Mark-Foresta