This commit is contained in:
Norbert Walkowiak 2023-04-18 07:59:44 +02:00
parent 6dc35120ad
commit 554c912526

2
Jenkinsfile vendored
View File

@ -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
}
}