Skip to content

Commit fbe3834

Browse files
authored
Adding upgrade test for ElasticSearch (#705)
* Adding upgrade test for ElasticSearch
1 parent 1d7cd2c commit fbe3834

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Jenkinsfile

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