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 { pipeline {
agent any agent {
docker {
image 'qnib/pytest:latest'
}
}
stages { stages {
stage('pytest') { stage('pytest') {
steps { steps {

Loading…
Cancel
Save