Pipeline will now only publish to git.reslate.systems on main branch
All checks were successful
autoBIGS.engine/pipeline/tag This commit looks good
autoBIGS.engine/pipeline/head This commit looks good

This commit is contained in:
Harrison Deng 2025-02-26 06:31:53 +00:00
parent 17932ecd71
commit 2ea2f63f29

4
Jenkinsfile vendored
View File

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