This commit is contained in:
Joan Sanchez 2018-10-24 13:26:20 +02:00
parent ce464bcc12
commit 001ca835ee
1 changed files with 0 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -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}"
}