Skip to content

Commit

Permalink
Need PROJECT_NAME_TO_COPY_ARTIFACTS in repo uploader test
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Oct 4, 2023
1 parent f0ab528 commit 380f359
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jenkins-scripts/dsl/test.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ repo_uploader.with
stringParam('TARBALL_NAME', '', 'Tarball name to upload')
stringParam('S3_UPLOAD_PATH','', 'S3 path to upload')
stringParam('UPLOAD_TO_REPO','none','repo to upload')
stringParam("PROJECT_NAME_TO_COPY_ARTIFACTS",
"",
"Internal use: parent job name passed by the job to be used in copy artifacts")
}

steps
Expand Down

0 comments on commit 380f359

Please sign in to comment.