Skip to content

Commit

Permalink
Listen for tags with the format [0-9]+.*
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored and SergeyKleyman committed Feb 10, 2021
1 parent 1936dcf commit cacc227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ pipeline {
}
when {
beforeAgent true
tag pattern: 'v\\d+.*', comparator: 'REGEXP'
tag pattern: '\\d+.*', comparator: 'REGEXP'
}
agent { label 'docker && ubuntu-18.04 && immutable' }
environment {
Expand Down

0 comments on commit cacc227

Please sign in to comment.