plot
This commit is contained in:
parent
ed9920680c
commit
52095e174b
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -24,7 +24,7 @@ pipeline {
|
||||
{
|
||||
steps{
|
||||
sh('chmod +x ./plot.py')
|
||||
sh label: '', script: 'python plot.py'
|
||||
sh 'python plot.py'
|
||||
archiveArtifacts 'wx.png'
|
||||
archiveArtifacts 'sx.png'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user