Commit f0f75ef5 authored by Raphael Defosseux's avatar Raphael Defosseux

fix(ci): another stupid typo

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@openairinterface.org>
parent 53268fae
...@@ -507,7 +507,7 @@ pipeline { ...@@ -507,7 +507,7 @@ pipeline {
always { always {
script { script {
copyArtifacts(projectName: params.CN5G_COTS_UE_PipelineName, copyArtifacts(projectName: params.CN5G_COTS_UE_PipelineName,
filter: '*_test_results_cn5g_*.html', filter: '*_results_cn5g_*.html',
selector: lastCompleted()) selector: lastCompleted())
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment