fix Jenkinsfile_stats
This commit is contained in:
parent
050201639e
commit
f67b67fad8
@ -13,10 +13,12 @@ node {
|
||||
stage('Copy artifacts') {
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's425850-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
||||
}
|
||||
stage('Script') {
|
||||
withEnv() {
|
||||
sh 'chmod u+x ./get_stats.sh'
|
||||
sh './get_stats.sh'
|
||||
}
|
||||
}
|
||||
stage('Archive artifacts') {
|
||||
archiveArtifacts artifacts: 'stats.txt', followSymlinks: false
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user