From 554c912526f48c8a802700a1ff6732f70daf69dd Mon Sep 17 00:00:00 2001 From: Norbert Walkowiak Date: Tue, 18 Apr 2023 07:59:44 +0200 Subject: [PATCH] fix --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3157cdd..906930a 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 } }