Merge pull request #6921 from corda/wz/merge-os-44-45-2021-06-25

NOTICK: Merging forward updates from OS 4.4 to OS 4.5 (2021-06-25)
This commit is contained in:
Waldemar Żurowski 2021-06-25 10:19:34 +02:00 committed by GitHub
commit 454413b5a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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