Skip to content
Snippets Groups Projects
Commit c1730d60 authored by Martin Lowe's avatar Martin Lowe :flag_ca:
Browse files

fix: remove tag pattern in Jenkinsfile as it doesn't work

parent f0946114
No related branches found
No related tags found
1 merge request!272fix: remove tag pattern in Jenkinsfile as it doesn't work
Pipeline #75528 failed
......@@ -146,7 +146,7 @@
stage('Push package image to Nexus') {
when { tag pattern: "\\d+\\.\\d+\\.\\d+", comparator: "REGEXP"}
when { tag "*" }
steps {
container('buildcontainer') {
unstash 'target'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment