You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
Splited from #11
The text was updated successfully, but these errors were encountered: