diff --git a/Jenkinsfile b/Jenkinsfile index 4e7181b..fcbb4ca 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -37,6 +37,11 @@ pipeline { archiveArtifacts 'wikiniews_results_with_wer.tsv' } } + stage('Generate plots'){ + steps{ + build 's416138-plots' + } + } stage('Clean Workspace'){ steps{ cleanWs()