plot
This commit is contained in:
parent
163e24a2a0
commit
443a7e9725
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@ -20,5 +20,14 @@ pipeline {
|
||||
archiveArtifacts 'srr.txt'
|
||||
}
|
||||
}
|
||||
stage('Plot')
|
||||
{
|
||||
steps {
|
||||
sh('python plot.py')
|
||||
archiveArtifacts 'wx.png'
|
||||
archiveArtifacts 'sx.png'
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user