Skip to content

Commit

Permalink
Jenkinsfile changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sp-gupta committed Aug 1, 2023
1 parent ac178b9 commit 52cc198
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Jenkinsfile
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 52cc198

Please sign in to comment.