This commit is contained in:
Joan Sanchez 2018-10-24 11:16:08 +02:00
parent bc0f8ef59e
commit cfce912164
1 changed files with 3 additions and 1 deletions

4
Jenkinsfile vendored
View File

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