JsDoc process in gulp build causes out of memory issues.
To reduce the chattiness gulp-jsdoc3 is modified and merged into gulpfile.js
Mem consumption of spawned processes can be controlled via following env var:
CICD_BUILD_NODE_OPTIONS:
the params used by the spawn process to run 'gulp'
CICD_BUILD_STEP_NODE_OPTIONS:
the params used by the JsDoc process inside of 'gulp', if not defined, the value is taken from CICD_BUILD_NODE_OPTIONS
Also in this PR:
gulp build can run multiple times but raises PR only once.
during deployment, only update the US status if its not a GIT deployment
allow to GIT deploy to the same host (from and too identical)
JsDoc process in gulp build causes out of memory issues. To reduce the chattiness gulp-jsdoc3 is modified and merged into gulpfile.js Mem consumption of spawned processes can be controlled via following env var:
CICD_BUILD_NODE_OPTIONS: the params used by the spawn process to run 'gulp'
CICD_BUILD_STEP_NODE_OPTIONS: the params used by the JsDoc process inside of 'gulp', if not defined, the value is taken from CICD_BUILD_NODE_OPTIONS
Also in this PR: