Updated Jenkinsfile following to docker image update

This commit is contained in:
JackCarterSmith 2019-02-25 15:13:00 +01:00
parent 481713a786
commit 82cd3ef086

2
Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
pipeline {
agent {
docker {
image 'jackcartersmith/gradle_mc:stable'
image 'jackcartersmith/gradle_mc:stable_1.7'
}
}