Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Jędrzej Furmann 2020-04-03 13:00:13 +00:00
parent 909521a18c
commit b2b2c9718a

6
Jenkinsfile vendored
View File

@ -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'){