Changed development server publication condition
This commit is contained in:
parent
481870db97
commit
af7edf0942
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -36,7 +36,9 @@ pipeline {
|
||||
parallel {
|
||||
stage ("git.reslate.systems") {
|
||||
when {
|
||||
branch '**/main'
|
||||
not {
|
||||
tag '*.*.*'
|
||||
}
|
||||
}
|
||||
|
||||
environment {
|
||||
@ -49,7 +51,7 @@ pipeline {
|
||||
}
|
||||
stage ("pypi.org") {
|
||||
when {
|
||||
tag '*.*'
|
||||
tag '*.*.*'
|
||||
}
|
||||
environment {
|
||||
TOKEN = credentials('pypi.org')
|
||||
|
Loading…
x
Reference in New Issue
Block a user