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
@xjaroo
I got the same problem. And here is my solution :
disable CSRF Protection (Manage Jenkins ->Configure Global Security )
I hope it will help you
I can get all job by the following ,but i can't build i got 'Server returned unexpected status code: 403'
jenkins.all_jobs({token: jenkins_token,}, function(err, data) {
if (err){ return console.log(err); }
console.log(data)
});
jenkins.build('xxx',function(err, data) {
if (err){ return console.log(err); }
console.log(data)
});
The text was updated successfully, but these errors were encountered: