update jenkinsfile2

This commit is contained in:
Maciej Czajka 2022-04-02 15:27:14 +02:00
parent 237d67f6bd
commit dd1205ad9e

View File

@ -14,10 +14,7 @@ pipeline {
stages { stages {
stage("Script") { stage("Script") {
steps { steps {
copyArtifacts fingerprintArtifacts: true, projectName: 's444356-create-dataset', selector: buildParameter('BUILD_SELECTOR') sh "ls -al"
sh " ./stats.sh"
archiveArtifacts 'lines.txt'
} }
} }
} }