Merge branch 'release/os/4.7' into wz/merge-os-47-48-2021-06-25

This commit is contained in:
Waldemar Zurowski 2021-06-25 10:24:56 +02:00
commit 761532926b

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: [