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