Skip to content

Commit 0df75d9

Browse files
author
Vaughn Dice
committed
feat(Jenkinsfile): send COMPONENT_REPO param to e2e job
1 parent 1cd1f5c commit 0df75d9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@ stage 'Trigger e2e tests'
172172
waitUntil {
173173
try {
174174
def downstreamJob = git_branch == "remotes/origin/master" ? '/workflow-test' : '/workflow-test-pr'
175-
build job: downstreamJob, parameters: [[$class: 'StringParameterValue', name: 'WORKFLOW_CLI_SHA', value: git_commit]]
175+
build job: downstreamJob, parameters: [[$class: 'StringParameterValue', name: 'WORKFLOW_CLI_SHA', value: git_commit],
176+
[$class: 'StringParameterValue', name: 'COMPONENT_REPO', value: 'controller-sdk-go']]
176177
true
177178
} catch(error) {
178179
node('linux') {

0 commit comments

Comments
 (0)