Compare commits

...

1 Commits
0.6.5 ... main

Author SHA1 Message Date
ae96f2f9df Updated local repository publishing requirement for CI
All checks were successful
automlst.cli/pipeline/head This commit looks good
2025-03-14 15:35:28 +00:00

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