Add Jenkinsfile

This commit is contained in:
Samira Ouaaz 2021-11-17 00:19:32 -05:00
parent 6135c6756d
commit 45a6eb193c

2
Jenkinsfile vendored
View file

@ -4,7 +4,7 @@ pipeline {
stage('Build') { //2
agent {
docker {
image 'python:2-alpine' //3
image 'python:3-alpine' //3
}
}
stage('Test') {