automated terminal push
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -153,10 +153,9 @@ pipeline {
|
|||||||
|
|
||||||
stage('Publish') {
|
stage('Publish') {
|
||||||
when {
|
when {
|
||||||
// Only publish on main branch or release tags
|
// Only publish on main branch
|
||||||
anyOf {
|
anyOf {
|
||||||
branch 'main'
|
branch 'main'
|
||||||
tag pattern: 'v\\d+\\.\\d+\\.\\d+', comparator: 'REGEXP'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
|
Reference in New Issue
Block a user