Skip to content

Commit

Permalink
update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
godot committed Apr 24, 2024
1 parent 6a889ef commit c02da42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pipeline {

stage('Test tagged release') {
agent { kubernetes { yaml podTemplate("20.11") } }
when { tag "v*" }
when { tag pattern: "v.*", comparator: "REGEXP"}

steps {
container(name: 'node') {
Expand Down

0 comments on commit c02da42

Please sign in to comment.