diff --git a/Jenkinsfile-dataset-stats b/Jenkinsfile-dataset-stats index 7e5b924..b55c1ae 100644 --- a/Jenkinsfile-dataset-stats +++ b/Jenkinsfile-dataset-stats @@ -30,7 +30,7 @@ pipeline { } stage('Archive file') { steps { - sh "docker cp \$(docker ps -aq -f status=exited -f ancestor=nbrt10/ium:v1 | head -n 1):/app/output.txt ${env.WORKSPACE}" + sh "docker cp $$(docker ps -aq -f status=exited -f ancestor=nbrt10/ium:v1 | head -n 1):/app/output.txt ${env.WORKSPACE}" archiveArtifacts artifacts: 'output.txt', fingerprint: true } }