add script
This commit is contained in:
parent
275ac0349e
commit
d3e681fe33
@ -23,9 +23,15 @@ pipeline {
|
|||||||
copyArtifacts fingerprintArtifacts: true, projectName: 'z-s495719-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
copyArtifacts fingerprintArtifacts: true, projectName: 'z-s495719-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('Script') {
|
||||||
|
steps {
|
||||||
|
sh 'chmod 777 ./data_stats.sh'
|
||||||
|
sh "./data_stats.sh"
|
||||||
|
}
|
||||||
|
}
|
||||||
stage('Artifacts') {
|
stage('Artifacts') {
|
||||||
steps {
|
steps {
|
||||||
archiveArtifacts artifacts: 'data_stats.txt'
|
archiveArtifacts artifacts: 'stats.txt'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user