Zaktualizuj 'Jenkinsfile'
This commit is contained in:
parent
e9158016fb
commit
a849452593
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user