WAT-4: Maybe fix tag regex

This commit is contained in:
2024-07-11 03:06:27 -04:00
parent f1197536b8
commit 6ec738d558

2
Jenkinsfile vendored
View File

@@ -36,7 +36,7 @@ pipeline {
stage('Deploy if tagged') {
when {
tag pattern: '(\d+\.){3}', comparator: "REGEXP"
tag pattern: '(\\d+\\.){3}', comparator: "REGEXP"
}
steps {
s3Upload profileName: 'Irrsinn.net Buckets',