changed sh exec path
This commit is contained in:
parent
40e3135634
commit
9e80e83826
2
stats/Jenkinsfile
vendored
2
stats/Jenkinsfile
vendored
@ -12,7 +12,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
copyArtifacts filter:'cutoff_train.csv', fingerprintArtifacts: true, projectName: 'z-s495716-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
copyArtifacts filter:'cutoff_train.csv', fingerprintArtifacts: true, projectName: 'z-s495716-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
||||||
sh 'chmod 777 stats/data_stats.sh'
|
sh 'chmod 777 stats/data_stats.sh'
|
||||||
sh './data_stats.sh'
|
sh './stats/data_stats.sh'
|
||||||
archiveArtifacts artifacts: 'train_lines.txt', followSymlinks: false
|
archiveArtifacts artifacts: 'train_lines.txt', followSymlinks: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user