diff --git a/.jenkins/Jenkinsfile b/.jenkins/Jenkinsfile index a63fc41..28cd4b7 100644 --- a/.jenkins/Jenkinsfile +++ b/.jenkins/Jenkinsfile @@ -45,7 +45,7 @@ pipeline { stage('report'){ steps { - sh "docker cp wlcg-jwt-tests_ts_1:/tmp/reports ." + sh "docker cp wlcg-jwt-tests-ts-1:/tmp/reports ." archive 'reports/**' } }