Zaktualizuj 'Jenkinsfile'
This commit is contained in:
parent
5caee91910
commit
ecfa724759
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -35,6 +35,10 @@ pipeline {
|
||||
sh "chmod u+x ./dataset_download.sh"
|
||||
sh "KAGGLE_USERNAME=${KAGGLE_USERNAME} KAGGLE_KEY=${KAGGLE_KEY} CUTOFF=${CUTOFF} ./dataset_download.sh"
|
||||
archiveArtifacts 'data.csv'
|
||||
}
|
||||
}
|
||||
stage('Stage 2') {
|
||||
steps {
|
||||
build job: 's444386-training/training-evaluation/'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user