changed sh exec path
This commit is contained in:
parent
40e3135634
commit
9e80e83826
4
stats/Jenkinsfile
vendored
4
stats/Jenkinsfile
vendored
@ -10,9 +10,9 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Dataset statistics') {
|
stage('Dataset statistics') {
|
||||||
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