fix
This commit is contained in:
parent
8144d47100
commit
b1fbaaeaad
4
dataset_stats/Jenkinsfile
vendored
4
dataset_stats/Jenkinsfile
vendored
@ -12,8 +12,8 @@ pipeline {
|
||||
copyArtifacts fingerprintArtifacts: true,
|
||||
projectName: 's434695-create-dataset',
|
||||
selector: buildParameter('BUILD_SELECTOR')
|
||||
sh "chmod +x ./stats.sh"
|
||||
sh "./stats.sh"
|
||||
sh "chmod +x dataset_stats/stats.sh"
|
||||
sh "dataset_stats/stats.sh"
|
||||
archiveArtifacts "stats.txt"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user