From ee7e13bc69db95431e9eac1af464011a1944f863 Mon Sep 17 00:00:00 2001 From: Cezary Date: Mon, 4 May 2020 23:55:29 +0200 Subject: [PATCH] zad3 --- Jenkinsfile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3611541..a1e5e80 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,8 +9,7 @@ pipeline { stage('copyArtifacts') { steps { copyArtifacts filter: 'wikiniews_results.tsv', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful(), target: './' - copyArtifacts filter: 'wer.txt', fingerprintArtifacts: true, projectName: 's432211-metrics', selector: lastSuccessful() - copyArtifacts filter: 'srr.txt', fingerprintArtifacts: true, projectName: 's432211-metrics', selector: lastSuccessful() + } } stage('countLines') { @@ -27,10 +26,6 @@ pipeline { archiveArtifacts 'srr.txt' } } - stage("buildMetrics") { - steps { - build 's432211-plots' - } - } + } }