Skip to content

Commit

Permalink
repository_uploader uses PACKAGE_ALIAS not PACKAGE
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 Jan 19, 2024
1 parent 3b73865 commit 831af01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins-scripts/dsl/test.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ releasepy_job.with {
// gz source testing job
def gz_source_job = job("_test_gz_source")
OSRFSourceCreation.create(gz_source_job, [
PACKAGE: "gz-plugin2",
PACKAGE_ALIAS: "gz-plugin2",
SOURCE_REPO_URI: "https://github.com/gazebosim/gz-plugin.git",
SOURCE_REPO_REF: "gz-plugin2"])
OSRFSourceCreation.call_uploader_and_releasepy(gz_source_job,
Expand All @@ -50,7 +50,7 @@ repo_uploader.with

parameters
{
stringParam('PACKAGE','','Package name')
stringParam('PACKAGE_ALIAS','','Package name')
stringParam('S3_UPLOAD_PATH','', 'S3 path to upload')
stringParam('S3_FILES_TO_UPLOAD','', 'S3 file names to upload')
stringParam('UPLOAD_TO_REPO','none','repo to upload')
Expand Down

0 comments on commit 831af01

Please sign in to comment.