This commit is contained in:
s434695 2021-03-28 22:39:29 +02:00
parent 8144d47100
commit b1fbaaeaad

View File

@ -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"
}
}