Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Szymon Parafiński 2022-04-03 23:44:21 +02:00
parent bdbbe8c315
commit 1f8464a836

3
Jenkinsfile vendored
View File

@ -25,8 +25,7 @@ pipeline {
stages { stages {
stage('Script'){ stage('Script'){
steps { steps {
archiveArtifacts artifacts: 'imdb_top_1000_dev2.csv, imdb_top_1000_test2.csv, imdb_top_1000_train2.csv', followSymlinks: false
archiveArtifacts artifacts: 'imdb_top_1000_dev.csv, imdb_top_1000_test.csv, imdb_top_1000_train.csv', followSymlinks: false
} }
} }
} }