Zaktualizuj 'Jenkinsfile2'
This commit is contained in:
parent
de83906662
commit
f1ad03d47a
@ -11,8 +11,9 @@ pipeline {
|
||||
stage("Script") {
|
||||
steps {
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's444018-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
||||
sh 'chmod +x stats.sh'
|
||||
sh " ./stats.sh"
|
||||
archiveArtifacts 'lines.txt'
|
||||
archiveArtifacts 'stats.txt'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user