fix jenkinsfile

This commit is contained in:
Maciej Czajka 2022-03-25 21:42:59 +01:00
parent 71e3efeeb7
commit bee4178c4e

2
Jenkinsfile vendored
View File

@ -42,7 +42,7 @@ pipeline {
}
sh './download.sh'
archiveArtifacts artifacts: 'all_games.csv.dev, all_games.csv.test, all_games.csv.train', followSymlinks: false
head -n $CUTOFF all_games.csv.train
sh 'head -n $CUTOFF all_games.csv.train'
}
}
}