This commit is contained in:
Jakub Zaręba 2023-03-27 20:40:16 +02:00
parent d4ff43f714
commit 325a4c6951

2
Jenkinsfile vendored
View File

@ -21,7 +21,7 @@ pipeline {
} }
post { post {
always { always {
archiveArtifacts artifacts: 'iris_subset.csv', onlyIfSuccessful: true archiveArtifacts artifacts: "olympics-124-years-datasettill-2020\Athletes_summer_games.csv", onlyIfSuccessful: true
} }
} }
} }