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 {
stage('Prepare') {
echo '''
NPM_REGISTRY : $NPM_REGISTRY
NPM_MAIL : $NPM_MAIL
BRANCH : $BRANCH_NAME
TAG: : $TAG_NAME
'''
sh 'npm install -g npm-cli-login'
steps {
echo '''
NPM_REGISTRY : $NPM_REGISTRY
NPM_MAIL : $NPM_MAIL
BRANCH : $BRANCH_NAME
TAG: : $TAG_NAME
'''
sh 'npm install -g npm-cli-login'
}
}
stage('Set Version') {
steps {