Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Jędrzej Furmann 2020-04-03 14:11:37 +00:00
parent 3abeaf21a6
commit 612889030a

2
Jenkinsfile vendored
View File

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