update Jenkinsfile

This commit is contained in:
Kamila 2022-04-19 16:38:55 +02:00
parent dd0bd6152b
commit 44e58f3583

2
Jenkinsfile vendored
View File

@ -30,7 +30,7 @@ pipeline {
sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME'
sh 'python3 ./data_expl.py'
sh 'python3 ./nn_train.py'
archiveArtifacts artifacts: 'apps_train.csv, apps_test.csv, apps_validate.csv'
archiveArtifacts artifacts: 'apps_train.csv, apps_test.csv, apps_validate.csv, results.txt'
}
}
}