This commit is contained in:
vagrant 2020-04-23 06:55:16 +00:00
parent 8b9cc7b424
commit 953eba2ea1

4
Jenkinsfile vendored
View File

@ -20,8 +20,8 @@ pipeline {
}
stage('archiveArtifacts') {
steps {
archiveArtifacts 'wer.txt'
archiveArtifacts 'srr.txt'
archiveArtifacts 'wer.png'
archiveArtifacts 'srr.png'
}
}
}