This commit is contained in:
Norbert Walkowiak 2023-04-18 08:40:49 +02:00
parent bf3b0944fd
commit 181da9d9dc

View File

@ -30,6 +30,7 @@ pipeline {
}
stage('Archive file') {
steps {
sh "docker cp \$(docker ps -l -q):/app/output.txt ${env.WORKSPACE}"
archiveArtifacts artifacts: 'output.txt', fingerprint: true
}
}