stats fix
This commit is contained in:
parent
887c472c4a
commit
bd18c8b09d
@ -10,8 +10,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage("Script") {
|
stage("Script") {
|
||||||
steps {
|
steps {
|
||||||
copyArtifacts fingerprintArtifacts: true, projectName: 's444507-create-dataset', selector: lastSuccessful() sh " ./stats.sh"
|
copyArtifacts fingerprintArtifacts: true, projectName: 's444507-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
||||||
archiveArtifacts 'lines.txt'
|
|
||||||
sh './stats.sh'
|
sh './stats.sh'
|
||||||
archiveArtifacts artifacts: 'stats.txt'
|
archiveArtifacts artifacts: 'stats.txt'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user