add copy artifacts in jenkinsfile2

This commit is contained in:
Maciej Czajka 2022-03-25 22:10:35 +01:00
parent 5be17ac1d7
commit 29ada9f99f

View File

@ -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'