This commit is contained in:
s460941 2020-04-24 07:52:11 +02:00
parent c4fe715450
commit ed9920680c
2 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

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

0
plot.py Normal file → Executable file
View File