Skip to content

Commit

Permalink
PACKAGE needs to be in OSRFSourceCreation
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 831af01 commit b6a0fae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jenkins-scripts/dsl/test.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +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"])
Expand All @@ -50,7 +51,7 @@ repo_uploader.with

parameters
{
stringParam('PACKAGE_ALIAS','','Package name')
stringParam('PACKAGE_ALIAS','','Used by real repository_uploader')
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 b6a0fae

Please sign in to comment.