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

master
Niclas Thobaben 2021-07-07 16:44:54 +02:00
parent 53a173af76
commit 8d954ceff6
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -24,7 +24,7 @@ pipeline {
when { when {
allOf { allOf {
expression { BRANCH_NAME == 'master' } expression { BRANCH_NAME == 'master' }
expression { !(env.TAG_NAME =~ /v*/) } expression { env.TAG_NAME == null }
} }
} }
steps { steps {