This commit is contained in:
s460941 2020-04-24 07:49:24 +02:00
parent 443a7e9725
commit c4fe715450

4
Jenkinsfile vendored
View File

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