run train after create

This commit is contained in:
szymonj98 2022-04-27 21:28:54 +02:00
parent ea5a76edbc
commit 5caee91910

1
Jenkinsfile vendored
View File

@ -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/'
} }
} }
} }