Merge branch 'release/os/4.6' into wz/merge-os-46-47-2021-06-25

This commit is contained in:
Waldemar Zurowski 2021-06-25 10:22:33 +02:00
commit ad077b5263

View File

@ -106,15 +106,6 @@ pipeline {
].join(' ')
}
}
stage('Proxy Integration Test') {
steps {
sh script: [
'./gradlew',
COMMON_GRADLE_PARAMS,
'proxyIntegrationTest'
].join(' ')
}
}
stage('Smoke Test') {
steps {
sh script: [