Open
Description
the code is below
jenkins.all_builds('xxxx', 'id,timestamp,result,actions[*]', function(err, data) {
if (err){
console.log('err1', err);
}
console.log('data',data)
});
it runs error and returns ‘Server returned unexpected status code: 400’
but when I use last build it works successfully
jenkins.last_build_info('xxxx', function(err, data) {
if (err){ return console.log('err1', err); }
console.log(data)
});
who can tell me how to solve or the reason is about jenkins set not my code's problem
Metadata
Metadata
Assignees
Labels
No labels