Update Jenkinsfile
This commit is contained in:
parent
544ccf4c5c
commit
8f8c0de5f6
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -1,11 +1,9 @@
|
||||
pipeline {
|
||||
agent { dockerfile true }
|
||||
stages {
|
||||
stage('Dataset download and stats') {
|
||||
stage('Model training') {
|
||||
steps {
|
||||
sh "export KAGGLE_CONFIG_DIR='${env.WORKSPACE}/kaggle_config/'"
|
||||
sh "chmod +x -R ${env.WORKSPACE}"
|
||||
sh './dataset_download_and_run.sh'
|
||||
sh './train.sh'
|
||||
}
|
||||
}
|
||||
|
||||
@ -15,7 +13,6 @@ pipeline {
|
||||
archiveArtifacts 'test.csv'
|
||||
archiveArtifacts 'train.csv'
|
||||
archiveArtifacts 'valid.csv'
|
||||
archiveArtifacts 'extracted_dataset/2022/processed.csv'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user