Zaktualizuj 'Jenkinsfile'
This commit is contained in:
parent
7cc30fb296
commit
bea3e83740
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -21,6 +21,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
copyArtifacts filter: 'wer.txt, srr.txt', fingerprintArtifacts: true, projectName: 's416226-metrics', selector: lastSuccessful(), target: 'results'
|
copyArtifacts filter: 'wer.txt, srr.txt', fingerprintArtifacts: true, projectName: 's416226-metrics', selector: lastSuccessful(), target: 'results'
|
||||||
sh('chmod +x ./incremental.sh')
|
sh('chmod +x ./incremental.sh')
|
||||||
|
sh('./incremental.sh')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Save results'){
|
stage('Save results'){
|
||||||
|
Loading…
Reference in New Issue
Block a user