plot
This commit is contained in:
parent
443a7e9725
commit
c4fe715450
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -22,8 +22,8 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Plot')
|
stage('Plot')
|
||||||
{
|
{
|
||||||
steps {
|
steps{
|
||||||
sh('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