Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Jędrzej Furmann 2020-04-03 14:02:56 +00:00
parent e9158016fb
commit a849452593

6
Jenkinsfile vendored
View File

@ -17,6 +17,12 @@ pipeline {
sh('./script.sh')
}
}
stage('Incremental refresh'){
steps {
copyArtifacts filter: 'wer.txt, srr.txt', fingerprintArtifacts: true, projectName: 's416226-metrics', selector: lastSuccessful()
sh('chmod +x ./incremental.sh')
}
}
stage('Save results'){
steps {
archiveArtifacts 'lines_number.txt'