Add Jenkinsfile
This commit is contained in:
parent
6135c6756d
commit
45a6eb193c
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -4,7 +4,7 @@ pipeline {
|
|||
stage('Build') { //2
|
||||
agent {
|
||||
docker {
|
||||
image 'python:2-alpine' //3
|
||||
image 'python:3-alpine' //3
|
||||
}
|
||||
}
|
||||
stage('Test') {
|
||||
|
|
Loading…
Reference in a new issue