Skip to content
Snippets Groups Projects
Commit 2969870b authored by Clément SOL's avatar Clément SOL
Browse files

story #8529 Update pipeline for new naming convention

parent 06659068
No related branches found
No related tags found
......@@ -171,6 +171,8 @@ pipeline {
branch "develop*"
branch "master_*"
tag pattern: "^[1-9]+\\.[0-9]+\\.[0-9]*+-?[0-9]*\$", comparator: "REGEXP"
tag pattern: "^[1-9]+\\.[0-9]+-?[0-9]*\$", comparator: "REGEXP"
tag pattern: "^[1-9]+\\.rc+\\.[0-9]+-?[0-9]*\$", comparator: "REGEXP"
}
environment(name: 'DO_PUBLISH', value: 'true')
environment(name: 'DO_BUILD', value: 'true')
......@@ -189,6 +191,8 @@ pipeline {
branch "master_*"
branch "master"
tag pattern: "^[1-9]+\\.[0-9]+\\.[0-9]+-?[0-9]*\$", comparator: "REGEXP"
tag pattern: "^[1-9]+\\.[0-9]+-?[0-9]*\$", comparator: "REGEXP"
tag pattern: "^[1-9]+\\.rc+\\.[0-9]+-?[0-9]*\$", comparator: "REGEXP"
}
environment(name: 'DO_CHECKMARX', value: 'true')
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment