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