Merge branch 'main' into develop
All checks were successful
automlst.cli/pipeline/tag This commit looks good
automlst.cli/pipeline/head This commit looks good

This commit is contained in:
2025-02-26 15:25:23 +00:00
6 changed files with 52 additions and 45 deletions

5
Jenkinsfile vendored
View File

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