reverted
This commit is contained in:
parent
ce464bcc12
commit
001ca835ee
|
@ -17,8 +17,6 @@ switch (env.BRANCH_NAME) {
|
|||
}
|
||||
|
||||
node {
|
||||
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