Changed development server publication condition
Some checks failed
autoBIGS.engine/pipeline/tag This commit looks good
autoBIGS.engine/pipeline/head There was a failure building this commit

This commit is contained in:
Harrison Deng 2025-03-13 14:37:16 +00:00
parent 481870db97
commit af7edf0942

6
Jenkinsfile vendored
View File

@ -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')