Zaktualizuj 'Jenkinsfile'
This commit is contained in:
parent
909521a18c
commit
b2b2c9718a
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -11,10 +11,10 @@ pipeline {
|
||||
copyArtifacts filter: 'wikiniews_results.tsv', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
|
||||
}
|
||||
}
|
||||
stage('Count lines'){
|
||||
stage('Count lines and metrics'){
|
||||
steps {
|
||||
sh('chmod +x ./lines_counter.sh')
|
||||
sh('./lines_counter.sh')
|
||||
sh('chmod +x ./script.sh')
|
||||
sh('./script.sh')
|
||||
}
|
||||
}
|
||||
stage('Save result'){
|
||||
|
Loading…
Reference in New Issue
Block a user