update artifacts

This commit is contained in:
Robert Bendun 2023-04-05 00:44:22 +02:00
parent 0b05a6a9b5
commit 68e1006776
3 changed files with 1 additions and 7 deletions

2
Jenkinsfile vendored
View File

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

View File

@ -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

View File

@ -1,3 +0,0 @@
#!/bin/sh
wc -l train.csv