This commit is contained in:
vagrant 2020-04-18 16:29:21 +00:00
parent 0d3353df2a
commit d614d7c274

2
Jenkinsfile vendored
View File

@ -19,7 +19,7 @@ pipeline {
} }
stage('archiveArtifacts') { stage('archiveArtifacts') {
steps { steps {
archiveArtifacts 'cl_result.txt' archiveArtifacts 'countlines_result.txt'
} }
} }
} }