This commit is contained in:
Joan Sanchez 2018-10-24 14:41:38 +02:00
parent 78bda2c795
commit 6493b05f2b
1 changed files with 21 additions and 23 deletions

2
Jenkinsfile vendored
View File

@ -21,7 +21,6 @@ node {
// on linux / mac
//env.PATH="${env.NODEJS_HOME}/bin:${env.PATH}"
stages {
stage ('Print environment variables') {
echo "Branch ${env.BRANCH_NAME}, build number ${env.BUILD_NUMBER}, environment ${env.NODE_ENV}"
}
@ -46,4 +45,3 @@ node {
sh "docker image prune -f"
}
}
}