add artifacts

This commit is contained in:
Maciej Czajka 2022-03-25 21:26:55 +01:00
parent a303d1122a
commit 0a71d4e5b2

1
Jenkinsfile vendored
View File

@ -36,6 +36,7 @@ pipeline {
}
}
sh './download.sh'
archiveArtifacts artifacts: 'all_games.csv.dev, all_games.csv.test, all_games.csv.train', followSymlinks: false
}
}
}