-
Bug
-
Resolution: Not A Defect
-
Critical
-
None
-
java version "1.8.0_261" , OS = Ubuntu 18.04.4 LTS
i have done nodejs installation from global-tool-configuration
after that When testing node version from pipeline its giving error.
PipeLine-Code
pipeline {
agent any
tools
{nodejs "node"} stages {
stage('Example') {
steps
}
}
}