commit | 5f04128ed6e79f18646ff525534f11055a065c65 | [log] [tgz] |
---|---|---|
author | You Wang <you@opennetworking.org> | Thu Jul 15 10:39:38 2021 -0700 |
committer | You Wang <you@opennetworking.org> | Thu Jul 15 18:40:58 2021 +0000 |
tree | f2d9046fecd19a8ecdc8df72cbeda9575e6520d0 | |
parent | a461dad7599e349f553a41105a99593ad660e997 [diff] |
Fix artifacts path for omec jobs Change-Id: Ib274a028173330def4db56837828a9dbb902aaae
diff --git a/jjb/pipeline/omec-container-remote.groovy b/jjb/pipeline/omec-container-remote.groovy index 0b743eb..51270f2 100644 --- a/jjb/pipeline/omec-container-remote.groovy +++ b/jjb/pipeline/omec-container-remote.groovy
@@ -40,7 +40,7 @@ always { // Copy artifacts from the remote job dir (make sure both jobs run on the same node) sh """ - cp -r ../${params.project}_premerge_${params.pod}/artifacts/* ./ + cp -r ../${params.project}_premerge_${params.pod}/* ./ """ archiveArtifacts artifacts: "**/*.*", allowEmptyArchive: true }