nodejs
This commit is contained in:
parent
bc0f8ef59e
commit
cfce912164
|
@ -17,7 +17,9 @@ switch (env.BRANCH_NAME) {
|
|||
}
|
||||
|
||||
node {
|
||||
tools {nodejs 'node'}
|
||||
agent any
|
||||
|
||||
tools {nodejs "node"}
|
||||
|
||||
stage ('Print environment variables') {
|
||||
echo "Branch ${env.BRANCH_NAME}, build number ${env.BUILD_NUMBER}, environment ${env.NODE_ENV}"
|
||||
|
|
Loading…
Reference in New Issue