aguskianto
aguskianto
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)...
I follow your tutorial for Pima-Prediction, and use "./data/pima-data.csv". My result:  Your result (origin exercise file):  What makes it different?