DATAJDBC-376 - Polishing.

This commit is contained in:
Greg Turnquist
2019-06-11 19:54:11 -05:00
parent 0baba7ffe9
commit 77ee9cddd8

1
Jenkinsfile vendored
View File

@@ -16,7 +16,6 @@ pipeline {
stage("test: baseline") {
agent {
docker {
label 'data'
image 'adoptopenjdk/openjdk8:latest'
args '-u root -v /var/run/docker.sock:/var/run/docker.sock' // root but with no maven caching
}