Jenkinsfile added
This commit is contained in:
parent
6c076f9260
commit
5c9e7018e7
12
Jenkinsfile
vendored
Normal file
12
Jenkinsfile
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
pipeline {
|
||||
agent any
|
||||
|
||||
stages {
|
||||
stage('Generate plot') {
|
||||
steps {
|
||||
sh label: '', script: 'python plot.py'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user