Updated local repository publishing requirement for CI
All checks were successful
automlst.cli/pipeline/head This commit looks good

This commit is contained in:
Harrison Deng 2025-03-14 15:28:35 +00:00
parent 15ad241303
commit ae96f2f9df

3
Jenkinsfile vendored
View File

@ -37,6 +37,9 @@ pipeline {
stage("publish") {
parallel {
stage ("git.reslate.systems") {
when {
branch '**/main'
}
environment {
CREDS = credentials('username-password-rs-git')
}