Add 'Test' stage

Tento commit je obsažen v:
paola.rozo 2020-08-24 21:04:35 -05:00
rodič fd61afe6a7
revize a9342c3c01

4
Jenkinsfile vendorováno
Zobrazit soubor

@ -12,8 +12,7 @@ pipeline {
stash(name: 'compiled-results', includes: 'sources/*.py*') stash(name: 'compiled-results', includes: 'sources/*.py*')
} }
} }
} stage('Test') {
stage('Test') {
agent { agent {
docker { docker {
image 'qnib/pytest' image 'qnib/pytest'
@ -28,4 +27,5 @@ pipeline {
} }
} }
} }
}
} }