It's just called slim, whoops

This commit is contained in:
R. Tyler Croy 2017-12-14 13:23:50 -08:00
parent 3eb0e72c5d
commit ab88780a7b
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ def call(String platform) {
failFast true
parallel {
stage('Debian Linux') {
agent { docker 'maven:3-slim' }
agent { docker 'maven:slim' }
steps {
sh 'mvn test -B'
}