jenkins up

This commit is contained in:
s452111 2020-04-03 15:37:32 +02:00
parent 1e866dc6d2
commit 7340234036
2 changed files with 3 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -7,6 +7,7 @@ pipeline {
checkout scm;
copyArtifacts(projectName: 'ASR-eval');
sh 'service.sh';
archiveArtifacts artifacts: 'lines_count.txt', fingerprint: true;
}
}
}

2
service.sh Normal file
View File

@ -0,0 +1,2 @@
#!/bin/bash
wc -l wikiniews_result.tsv > lines_count.txt