Browse Source

Added Jenkinsfile

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

7
Jenkinsfile

@ -1,5 +1,10 @@
pipeline {
agent any
agent {
docker {
image 'qnib/pytest:latest'
}
}
stages {
stage('pytest') {
steps {

Loading…
Cancel
Save