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 {
agent none
agent any
stages {
stage('pytest') {
steps {
@ -13,5 +13,6 @@ pipeline {
'''
}
}
}
}
}
Loading…
Cancel
Save