Docker with signJar function

This commit is contained in:
JackCarterSmith 2018-11-15 14:43:13 +01:00
parent 4348bb6304
commit 4624961c90

1
Jenkinsfile vendored
View File

@ -2,6 +2,7 @@ pipeline {
agent {
docker {
image 'jackcartersmith/gradle_mc:stable'
args '-v /var/lib/jenkins/.gradle:/root/.gradle'
}
}