Updated local repository publishing requirement for CI
Some checks failed
automlst.cli/pipeline/head There was a failure building this commit
Some checks failed
automlst.cli/pipeline/head There was a failure building this commit
This commit is contained in:
parent
15ad241303
commit
c681ed9b2a
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -37,6 +37,9 @@ pipeline {
|
||||
stage("publish") {
|
||||
parallel {
|
||||
stage ("git.reslate.systems") {
|
||||
when {
|
||||
branch **/main
|
||||
}
|
||||
environment {
|
||||
CREDS = credentials('username-password-rs-git')
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user