update Jenkinsfile
This commit is contained in:
parent
dd0bd6152b
commit
44e58f3583
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user