From c4fe715450854213f20e76eb63f0dcf4b48cdfe7 Mon Sep 17 00:00:00 2001 From: s460941 Date: Fri, 24 Apr 2020 07:49:24 +0200 Subject: [PATCH] plot --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1ed0c83..3297840 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,8 +22,8 @@ pipeline { } stage('Plot') { - steps { - sh('python plot.py') + steps{ + sh label: '', script: 'python plot.py' archiveArtifacts 'wx.png' archiveArtifacts 'sx.png' }