From 203fa942458c64b919b58ac780c11bf360434d47 Mon Sep 17 00:00:00 2001 From: Kamil Paprota Date: Fri, 3 Apr 2020 16:53:46 +0200 Subject: [PATCH] metryki --- JenkinsfilePlots | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JenkinsfilePlots b/JenkinsfilePlots index 69ec2c6..902bd3a 100644 --- a/JenkinsfilePlots +++ b/JenkinsfilePlots @@ -11,7 +11,7 @@ pipeline { stage('Wykresy') { steps{ sh('chmod +x ./plots.sh') - sh('./lots.sh wer srr') + sh('./plots.sh wer srr') archiveArtifacts 'wer.png' archiveArtifacts 'srr.png' }