1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-25 22:12:29 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-10-18 14:55:14 +03:00
parent 08a78c3049
commit 4282f57c7d
118 changed files with 12475 additions and 9388 deletions

7
ci/cli_deb_test_en vendored
View File

@@ -601,6 +601,13 @@ pipeline {
}
}
}
stage('Testing-GreenMax') {
steps {
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
runCommand('1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os" "GMax_Account"')
}
}
}
stage('Testing-Ollama') {
steps {
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {