WAT-4: Don't deploy unless a tag is in play
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -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: [],
|
||||
|
||||
Reference in New Issue
Block a user