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