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 1d7cd2c commit fbe3834Copy full SHA for fbe3834
Jenkinsfile
@@ -4,4 +4,13 @@ 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