Browse Source

Added Jenkinsfile

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

2
Jenkinsfile

@ -1,5 +1,5 @@
pipeline { pipeline {
agent none agent any
stages { stages {
stage('pytest') { stage('pytest') {
steps { steps {

Loading…
Cancel
Save