Skip to content

Commit

Permalink
Fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
federicaagostini committed Nov 30, 2023
1 parent c511f4e commit 08881b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/**'
}
}
Expand Down

0 comments on commit 08881b4

Please sign in to comment.