From 9d393ab52cedd965b30a1ef4eee8a08129ea0536 Mon Sep 17 00:00:00 2001 From: Ufnow Date: Wed, 22 Apr 2020 01:29:57 +0200 Subject: [PATCH] uhuiyh --- JenkinsfilePlots | 1 + 1 file changed, 1 insertion(+) diff --git a/JenkinsfilePlots b/JenkinsfilePlots index 03027cb..0a256d2 100644 --- a/JenkinsfilePlots +++ b/JenkinsfilePlots @@ -18,6 +18,7 @@ pipeline { stage('Plots') { steps { + sh label: '', script: 'chmod a+rwx ./wykres.py' sh label: 'WER plot', script: './wykres.py wer.txt wer.png' sh label: 'SRR plot', script: './wykres.py srr.txt srr.png' }