From 7fe29c944f1ffee3dc4e4ad3fb46b1a3c9e66854 Mon Sep 17 00:00:00 2001 From: Ufnow Date: Wed, 22 Apr 2020 01:15:25 +0200 Subject: [PATCH] werwer --- JenkinsfilePlots | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JenkinsfilePlots b/JenkinsfilePlots index 7c8c1f7..67c7c84 100644 --- a/JenkinsfilePlots +++ b/JenkinsfilePlots @@ -18,8 +18,8 @@ pipeline { stage('Plots') { steps { - sh label: '', script: 'chmod a+rwx wykres.py' - sh label: '', script: 'wykres.py' + sh label: '', script: 'chmod a+rwx ./wykres.py' + sh label: '', script: './wykres.py' archiveArtifacts 'wer.png' archiveArtifacts 'srr.png' }