update artifacts
This commit is contained in:
parent
0b05a6a9b5
commit
68e1006776
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -7,7 +7,7 @@ node {
|
||||
stage('Build') {
|
||||
checkout([$class: 'GitSCM', branches: [[name: 'ztm']], extensions: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s452639/ium_452639']]])
|
||||
sh 'cd src; ./prepare-ztm-data.sh'
|
||||
archiveArtifacts artifacts: 'train.csv,test.csv', followSymlinks: false
|
||||
archiveArtifacts artifacts: 'stop_times.train.tsv,stop_times.test.tsv,stop_times.valid.tsv', followSymlinks: false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -40,6 +40,3 @@ fi
|
||||
if [ ! \( -f "stop_times.train.tsv" -a -f "stop_times.test.tsv" -a -f "stop_times.valid.tsv" \) ]; then
|
||||
./split_train_valid_test.py
|
||||
fi
|
||||
|
||||
|
||||
./stats.py
|
||||
|
@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
wc -l train.csv
|
Loading…
Reference in New Issue
Block a user