changed sh exec path

This commit is contained in:
s495716 2024-03-20 18:28:03 +01:00
parent 40e3135634
commit 9e80e83826

2
stats/Jenkinsfile vendored
View File

@ -12,7 +12,7 @@ pipeline {
steps {
copyArtifacts filter:'cutoff_train.csv', fingerprintArtifacts: true, projectName: 'z-s495716-create-dataset', selector: buildParameter('BUILD_SELECTOR')
sh 'chmod 777 stats/data_stats.sh'
sh './data_stats.sh'
sh './stats/data_stats.sh'
archiveArtifacts artifacts: 'train_lines.txt', followSymlinks: false
}
}