Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Jędrzej Furmann 2020-04-03 15:39:49 +00:00
parent bab6330027
commit f3607d0309

2
Jenkinsfile vendored
View File

@ -9,7 +9,7 @@ pipeline {
}
stage('Copy artifacts'){
steps {
copyArtifacts filter: filter: 'wer.txt, srr.txt', fingerprintArtifacts: true, projectName: 's416226-metrics', selector: lastSuccessful()
copyArtifacts filter: 'wer.txt, srr.txt', fingerprintArtifacts: true, projectName: 's416226-metrics', selector: lastSuccessful()
}
}
stage('Plot'){