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