node-jenkins
node-jenkins copied to clipboard
Jenkins client
This is more of a question rather than an "issue". But let's say I'm using the following to retrieve a `job` object from a build that has failed: ```js const...
Is there a mechanism to support submitting a job and waiting for it to complete or chaining the calls together to allow for this functionality? Cheers for this module @silas...
I tried to use @silas solution on this issue: https://github.com/silas/node-jenkins/issues/102. I get an error of 'Error: jenkins: queue.item: not found.' After building the job I get the queue ID but,...
I use this package in my cli tool. How should I save the user's login status to avoid having to enter the user name and password every time? Thanks.
Adds `jenkins#validateJenkinsfile`. closes #86
Hi, I'm using this package at work at Teads, and I noticed that there is no functions to get the last build and last successful build, whereas the endpoints are...
I am trying to connect to jenkins using: var jenkins = require('jenkins')({ baseUrl: 'https://user:token@link', crumbIssuer: true }); But, I got: Error: unable to verify the first certificate at TLSSocket.onConnectSecure (_tls_wrap.js:1321:34)...
Hello, i am using a your excellent api to create a tool that automaticaly create jobs based on branche in a repository. Everythoing works fine except the fact that all...
I'd like to add functionality to create and revoke API Tokens. I've already did it in our application. The only tricky part is that the calls need to be done...
I would like to contribute to have the possibility to create credentials domains with a specific scope and to create credentials (like username-password). Would that fit in this plugin? I...