All branches pushes to git.reslate.systems now
Some checks failed
automlst.cli/pipeline/head This commit looks good
automlst.cli/pipeline/tag There was a failure building this commit

This commit is contained in:
Harrison Deng 2025-03-07 16:10:11 +00:00
parent 09cc9787fd
commit b56c75849c

4
Jenkinsfile vendored
View File

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