Browse Source

Added Jenkinsfile

pull/2/head
Richard Neumann 4 years ago
parent
commit
1f1ee2325a
  1. 5
      Jenkinsfile

5
Jenkinsfile

@ -1,5 +1,5 @@
pipeline { pipeline {
agent none agent any
stages { stages {
stage('pytest') { stage('pytest') {
steps { steps {
@ -13,5 +13,6 @@ pipeline {
''' '''
} }
} }
} }
} }
Loading…
Cancel
Save