Skip to content

Commit

Permalink
Use PROJECT_NAME_TO_COPY_ARTIFACTS to allow other jobs to use the tes…
Browse files Browse the repository at this point in the history
…t case

Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Oct 4, 2023
1 parent f3472a7 commit 256cdff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins-scripts/dsl/test.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ repo_uploader.with

steps
{
copyArtifacts('_test_gz_source')
copyArtifacts('${PROJECT_NAME_TO_COPY_ARTIFACTS}')
{
includePatterns("${pkg_sources_dir}/\${TARBALL_NAME}")
buildSelector {
Expand Down

0 comments on commit 256cdff

Please sign in to comment.