From 28a8f306e178a35f8fda3f46a997fa3311f29e5b Mon Sep 17 00:00:00 2001 From: Artur Nowakowski Date: Fri, 3 Apr 2020 13:47:53 +0200 Subject: [PATCH] Building plots --- Jenkinsfile | 5 +++++ 1 file changed, 5 insertions(+) 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()