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

master
Niclas Thobaben 2021-07-07 14:51:31 +02:00
parent e02ec4a426
commit 09b2f79bc5
1 changed files with 9 additions and 7 deletions

16
Jenkinsfile vendored
View File

@ -7,13 +7,15 @@ pipeline {
} }
stages { stages {
stage('Prepare') { stage('Prepare') {
echo ''' steps {
NPM_REGISTRY : $NPM_REGISTRY echo '''
NPM_MAIL : $NPM_MAIL NPM_REGISTRY : $NPM_REGISTRY
BRANCH : $BRANCH_NAME NPM_MAIL : $NPM_MAIL
TAG: : $TAG_NAME BRANCH : $BRANCH_NAME
''' TAG: : $TAG_NAME
sh 'npm install -g npm-cli-login' '''
sh 'npm install -g npm-cli-login'
}
} }
stage('Set Version') { stage('Set Version') {
steps { steps {