Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Jędrzej Furmann 2020-04-03 14:55:25 +00:00
parent 7cc30fb296
commit bea3e83740

1
Jenkinsfile vendored
View File

@ -21,6 +21,7 @@ pipeline {
steps {
copyArtifacts filter: 'wer.txt, srr.txt', fingerprintArtifacts: true, projectName: 's416226-metrics', selector: lastSuccessful(), target: 'results'
sh('chmod +x ./incremental.sh')
sh('./incremental.sh')
}
}
stage('Save results'){