WAT-4: Don't deploy unless a tag is in play

This commit is contained in:
2024-07-11 01:12:05 -04:00
parent c2fb62e68b
commit 69738dc4b1

6
Jenkinsfile vendored
View File

@@ -35,9 +35,9 @@ pipeline {
}
stage('Deploy if tagged') {
// when {
// tag pattern: '(\d+\.){3}', comparator: "REGEXP"
// }
when {
tag pattern: '(\d+\.){3}', comparator: "REGEXP"
}
steps {
s3Upload profileName: 'Irrsinn.net Buckets',
userMetadata: [],