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' }