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