plot
This commit is contained in:
parent
c4fe715450
commit
ed9920680c
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user