We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbe3834 commit 18bba0fCopy full SHA for 18bba0f
Jenkinsfile
@@ -4,13 +4,4 @@ common {
4
upstreamProjects = 'confluentinc/common'
5
pintMerge = true
6
downStreamValidate = false
7
- nodeLabel = 'docker-debian-jdk8'
8
}
9
-
10
-def upgradeConnectorTest(body) {
11
- build job: "confluentinc/connect-comprehensive-test-framework/master/", parameters: [
12
- string(name: 'PLUGIN_NAME', value: 'kafka-connect-elasticsearch'),
13
- string(name: 'BRANCH_TO_TEST', value: env.CHANGE_BRANCH)
14
- ], wait: true
15
-}
16
-upgradeConnectorTest{}
0 commit comments