zowe/jenkins-library

Enable NVM support for Node.JS pipeline

Closed this issue · 1 comments

nvm is installed on based image, but may not work well with sh pipeline command. Because in each sh shell, the nvm function is missing.

We need to provide a simplified way so the pipeline can switch to any node.js version during the pipeline execution.

This is done.