DATACOUCH-456 - Use labeled agent for CI jobs.

This commit is contained in:
Greg Turnquist
2019-07-03 14:13:23 -05:00
parent cd270e3a5b
commit 30b82cabe6

3
Jenkinsfile vendored
View File

@@ -24,6 +24,7 @@ pipeline {
agent {
docker {
image 'adoptopenjdk/openjdk8:latest'
label 'data'
args '-u root -v /var/run/docker.sock:/var/run/docker.sock' // root but with no maven caching
}
}
@@ -45,6 +46,7 @@ pipeline {
agent {
docker {
image 'adoptopenjdk/openjdk8:latest'
label 'data'
args '-v $HOME:/tmp/jenkins-home'
}
}
@@ -74,6 +76,7 @@ pipeline {
agent {
docker {
image 'adoptopenjdk/openjdk8:latest'
label 'data'
args '-v $HOME:/tmp/jenkins-home'
}
}