From f27c94048dbd84f6be6955f3b233132345669488 Mon Sep 17 00:00:00 2001 From: Ufnow Date: Wed, 22 Apr 2020 01:08:32 +0200 Subject: [PATCH] rty --- JenkinsfilePlots | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JenkinsfilePlots b/JenkinsfilePlots index 5c4355b..7f856ca 100644 --- a/JenkinsfilePlots +++ b/JenkinsfilePlots @@ -18,8 +18,8 @@ pipeline { stage('Plots') { steps { - sh label: 'WER plot', script: 'wykresy.py wer.txt wer.png' - sh label: 'SRR plot', script: 'wykresy.py srr.txt srr.png' + sh label: 'WER plot', script: './wykresy.py wer.txt wer.png' + sh label: 'SRR plot', script: './wykresy.py srr.txt srr.png' } } stage('ArchiveArtifacts')