1 Commits

Author SHA1 Message Date
2ea2f63f29 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
2025-02-26 06:31:53 +00:00

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')
}