From ed9920680cc79440d6a5d1f7200718907a48b043 Mon Sep 17 00:00:00 2001 From: s460941 Date: Fri, 24 Apr 2020 07:52:11 +0200 Subject: [PATCH] plot --- Jenkinsfile | 1 + plot.py | 0 2 files changed, 1 insertion(+) mode change 100644 => 100755 plot.py diff --git a/Jenkinsfile b/Jenkinsfile index 3297840..de94358 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,6 +23,7 @@ pipeline { stage('Plot') { steps{ + sh('chmod +x ./plot.py') sh label: '', script: 'python plot.py' archiveArtifacts 'wx.png' archiveArtifacts 'sx.png' diff --git a/plot.py b/plot.py old mode 100644 new mode 100755