Dataset triggers training
This commit is contained in:
parent
3266cb5ba7
commit
43c6a961f3
@ -11,6 +11,10 @@ node {
|
||||
archiveArtifacts artifacts: 'src/stop_times.normalized.tsv,src/stop_times.train.tsv,src/stop_times.test.tsv,src/stop_times.valid.tsv,src/stop_times.categories.tsv',
|
||||
followSymlinks: false
|
||||
}
|
||||
|
||||
stage('Trigger') {
|
||||
build wait: false, job: 's452639-training'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user