This commit is contained in:
s460941 2020-04-24 07:46:28 +02:00
parent 163e24a2a0
commit 443a7e9725

9
Jenkinsfile vendored
View File

@ -20,5 +20,14 @@ pipeline {
archiveArtifacts 'srr.txt'
}
}
stage('Plot')
{
steps {
sh('python plot.py')
archiveArtifacts 'wx.png'
archiveArtifacts 'sx.png'
}
}
}
}