Building plots

This commit is contained in:
Artur Nowakowski 2020-04-03 13:47:53 +02:00
parent 8af81a94d5
commit 28a8f306e1
1 changed files with 5 additions and 0 deletions

5
Jenkinsfile vendored
View File

@ -37,6 +37,11 @@ pipeline {
archiveArtifacts 'wikiniews_results_with_wer.tsv'
}
}
stage('Generate plots'){
steps{
build 's416138-plots'
}
}
stage('Clean Workspace'){
steps{
cleanWs()