You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-29 22:27:42 +02:00
Main build (Jenkins)
This commit is contained in:
7
ci/cli_test_en
vendored
7
ci/cli_test_en
vendored
@@ -280,6 +280,13 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Testing-FTP') {
|
||||
steps {
|
||||
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
||||
runCommand('1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os" "CLI_FT_CommonMethods"')
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Testing-PostgreSQL') {
|
||||
steps {
|
||||
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
||||
|
||||
Reference in New Issue
Block a user