This commit is contained in:
Ufnow 2020-04-21 19:16:46 +02:00
parent 2ba1532c88
commit 6ec6c98632

1
Jenkinsfile vendored
View File

@ -13,6 +13,7 @@ pipeline {
copyArtifacts filter: 'wikiniews_results.tsv', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
}
}
}
stage('Count lines'){
steps {
sh('chmod +x ./countLines.sh')