add copy artifacts in jenkinsfile2
This commit is contained in:
parent
5be17ac1d7
commit
29ada9f99f
@ -10,6 +10,7 @@ pipeline {
|
||||
stages {
|
||||
stage("Script") {
|
||||
steps {
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's444356-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
||||
sh " ./stats.sh"
|
||||
archiveArtifacts 'lines.txt'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user