Boris Moers

Results 10 comments of Boris Moers

Are you using https://github.com/bmoers/sn-cicd-example-v3 or directly the sn-cicd app?

Please follow the steps here to get the CICD server running https://github.com/bmoers/sn-cicd-example/tree/release/4

The log message "[08:39:53.928] [LOG] [17540] run.run : Embedded Build is disabled. Waiting for external Build Tool to run." indicates that the CICD server is not take any further action...

can you please share the payload from sent from ServiceNow (you find it in the logs) to the CICD server? The payload creation in ServiceNow is here https://github.com/bmoers/sn-cicd-integration/blob/master/script_include/CiCdRun.js#L195 The convert...

@viniciussilverio I'm not able to reproduce. Please uncomment line 273, 334 & 335 in /cicd.js and send results.

is the CICD server running behind a company firewall (e.g. with a custom root certificate) and what is the host on which the cert issue occurs?

is the issue during calls made from projectSetup to servicenow? eg. during getUpdateSetDetails()? please share more details from the logs before the error occurs. the certs used within the CICD...

would be interesting go know why that cert is invalid. do you know the CA of the cert of https://service-sandbox.xxx.xxx.xxx ? the ca root cert must be either officially supported...

You can override the Slack object in cicdInt.js https://github.com/bmoers/sn-cicd/blob/4a2510b9b699270cb21e842ca2db8f8a5acd6c72/lib/cicdInt.js#L16 to send email instead. Just make sure it implements the same functions as in slack.js https://github.com/bmoers/sn-cicd/blob/4a2510b9b699270cb21e842ca2db8f8a5acd6c72/lib/slack.js#L228 Would that work for you?

Use something like https://www.npmjs.com/package/dotenvenc https://www.npmjs.com/package/yael-autoencrypt https://www.npmjs.com/package/secure-env