diff --git a/Jenkinsfile b/Jenkinsfile index 906930a..3157cdd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -67,7 +67,7 @@ pipeline { } stage('Archive file') { steps { - //sh "docker cp ium:/app/diamonds.csv ${env.WORKSPACE}" + sh "docker cp ium:/app/diamonds.csv ${env.WORKSPACE}" archiveArtifacts artifacts: 'output.txt, diamonds.csv', fingerprint: true } }