Skip to content

Commit

Permalink
Add PROJECT_NAME_TO_COPY_ARTIFACTS to 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 Oct 4, 2023
1 parent 256cdff commit f0ab528
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jenkins-scripts/dsl/_configs_/OSRFSourceCreation.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ class OSRFSourceCreation
stringParam("UPLOAD_TO_REPO",
default_params.find{ it.key == "UPLOAD_TO_REPO"}?.value,
"For downstream jobs: OSRF repo name to upload the package to: stable | prerelease | nightly | none (for testing proposes)")
stringParam("PROJECT_NAME_TO_COPY_ARTIFACTS",
"",
"Internal use: parent job name passed by the job to be used in copy artifacts")
}
}
}
Expand Down

0 comments on commit f0ab528

Please sign in to comment.