Skip to content

Commit 18bba0f

Browse files
Revert "Adding upgrade test for ElasticSearch (#705)" (#706)
This reverts commit fbe3834.
1 parent fbe3834 commit 18bba0f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Jenkinsfile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,4 @@ common {
44
upstreamProjects = 'confluentinc/common'
55
pintMerge = true
66
downStreamValidate = false
7-
nodeLabel = 'docker-debian-jdk8'
87
}
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

Comments
 (0)