run train after create
This commit is contained in:
parent
ea5a76edbc
commit
5caee91910
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -35,6 +35,7 @@ pipeline {
|
|||||||
sh "chmod u+x ./dataset_download.sh"
|
sh "chmod u+x ./dataset_download.sh"
|
||||||
sh "KAGGLE_USERNAME=${KAGGLE_USERNAME} KAGGLE_KEY=${KAGGLE_KEY} CUTOFF=${CUTOFF} ./dataset_download.sh"
|
sh "KAGGLE_USERNAME=${KAGGLE_USERNAME} KAGGLE_KEY=${KAGGLE_KEY} CUTOFF=${CUTOFF} ./dataset_download.sh"
|
||||||
archiveArtifacts 'data.csv'
|
archiveArtifacts 'data.csv'
|
||||||
|
build job: 's444386-training/training-evaluation/'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user