updated Jenkinsfile
nclazz/api-cli/pipeline/head This commit looks good Details

master
Niclas Thobaben 2021-07-07 17:01:06 +02:00
parent bd19672be6
commit 57f103837d
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -42,7 +42,6 @@ pipeline {
steps {
sh 'npx npm-cli-login -u $NPM_CREDENTIALS_USR -p $NPM_CREDENTIALS_PSW -e $NPM_MAIL -r $NPM_REGISTRY'
sh 'npm publish'
sh 'npm logout --registry=$NPM_REGISTRY'
}
}
}