Fix jenkins

This commit is contained in:
2023-06-26 16:53:40 +02:00
parent 53f79ce16a
commit 96906d57cf

View File

@@ -12,9 +12,9 @@ pipeline {
) )
} }
stages { stages {
stage('TaskBuildAll') { stage('BaseBuildAll') {
steps { steps {
stepTaskBuildAll(); stepBaseBuildAll();
} }
} }
} }