This commit is contained in:
s460941 2020-04-24 08:02:33 +02:00
parent ed9920680c
commit 52095e174b

2
Jenkinsfile vendored
View File

@ -24,7 +24,7 @@ pipeline {
{
steps{
sh('chmod +x ./plot.py')
sh label: '', script: 'python plot.py'
sh 'python plot.py'
archiveArtifacts 'wx.png'
archiveArtifacts 'sx.png'
}