Browse Source

Added Jenkinsfile

pull/2/head
Richard Neumann 4 years ago
parent
commit
c2aa0665cd
  1. 9
      Jenkinsfile

9
Jenkinsfile

@ -1,5 +1,10 @@
pipeline { pipeline {
agent any agent {
docker {
image 'qnib/pytest:latest'
}
}
stages { stages {
stage('pytest') { stage('pytest') {
steps { steps {
@ -14,4 +19,4 @@ pipeline {
} }
} }
} }
Loading…
Cancel
Save