WAT-4: Maybe fix tag regex
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -36,7 +36,7 @@ pipeline {
|
|||||||
|
|
||||||
stage('Deploy if tagged') {
|
stage('Deploy if tagged') {
|
||||||
when {
|
when {
|
||||||
tag pattern: '(\d+\.){3}', comparator: "REGEXP"
|
tag pattern: '(\\d+\\.){3}', comparator: "REGEXP"
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
s3Upload profileName: 'Irrsinn.net Buckets',
|
s3Upload profileName: 'Irrsinn.net Buckets',
|
||||||
|
|||||||
Reference in New Issue
Block a user