updated Jenkinsfile
nclazz/api-cli/pipeline/head There was a failure building this commit Details

master
Niclas Thobaben 2021-07-07 15:59:54 +02:00
parent cedbbe5464
commit b2a0049b9b
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -12,7 +12,6 @@ pipeline {
NPM_REGISTRY : $env.NPM_REGISTRY
NPM_MAIL : $env.NPM_MAIL
BRANCH : $BRANCH_NAME
TAG: : $TAG_NAME
"""
sh 'npm install'
}