This commit is contained in:
Norbert Walkowiak 2023-04-18 08:08:26 +02:00
parent 554c912526
commit 826f05064b

2
Jenkinsfile vendored
View File

@ -67,7 +67,7 @@ pipeline {
} }
stage('Archive file') { stage('Archive file') {
steps { 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 archiveArtifacts artifacts: 'output.txt, diamonds.csv', fingerprint: true
} }
} }