Skip to content

Commit

Permalink
add upgrade connector tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arihant-confluent committed Jul 10, 2023
1 parent 18bba0f commit 38d3cbd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,13 @@ common {
upstreamProjects = 'confluentinc/common'
pintMerge = true
downStreamValidate = false
nodeLabel = 'docker-debian-jdk8'
}

def upgradeConnectorTest(body) {
build job: "confluentinc/connect-comprehensive-test-framework/master/", parameters: [
string(name: 'PLUGIN_NAME', value: 'kafka-connect-elasticsearch'),
string(name: 'BRANCH_TO_TEST', value: env.CHANGE_BRANCH)
], wait: true
}
upgradeConnectorTest{}

0 comments on commit 38d3cbd

Please sign in to comment.