Zaktualizuj 'Jenkinsfile'
This commit is contained in:
parent
3abeaf21a6
commit
612889030a
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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')
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user