jenkins up
This commit is contained in:
parent
1e866dc6d2
commit
7340234036
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -7,6 +7,7 @@ pipeline {
|
|||||||
checkout scm;
|
checkout scm;
|
||||||
copyArtifacts(projectName: 'ASR-eval');
|
copyArtifacts(projectName: 'ASR-eval');
|
||||||
sh 'service.sh';
|
sh 'service.sh';
|
||||||
|
archiveArtifacts artifacts: 'lines_count.txt', fingerprint: true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
2
service.sh
Normal file
2
service.sh
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
wc -l wikiniews_result.tsv > lines_count.txt
|
Loading…
Reference in New Issue
Block a user