New builds

This commit is contained in:
retropikzel 2026-07-23 07:32:59 +03:00
parent e88460ff17
commit 001ed29b4a
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -143,7 +143,7 @@ pipeline {
} }
steps { steps {
script { script {
get_mit-scheme_stages() get_mit_scheme_stages()
} }
} }
} }
@ -824,7 +824,7 @@ def get_meevax_stages() {
return stages return stages
} }
def get_mit-scheme_stages() { def get_mit_scheme_stages() {
def stages = [] def stages = []
stages.plus(stage('init') { stages.plus(stage('init') {
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {