Browse Source

Added Jenkinsfile

pull/2/head
Richard Neumann 4 years ago
parent
commit
256d6e2b60
  1. 4
      Jenkinsfile

4
Jenkinsfile

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