diff --git a/Jenkinsfile b/Jenkinsfile index 0186a68..4627d31 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -74,6 +74,7 @@ pipeline { stage('Archive file') { steps { // Zapisanie zbioru danych i podziaƂu danych na podzbiory jako artfefakty + cleanWs() sh "docker cp \$(docker ps -l -q):/app ${env.WORKSPACE}" archiveArtifacts artifacts: 'output.txt, dane/*.csv', fingerprint: true }