DATAES-583 - Use labeled agents for CI jobs.

This commit is contained in:
Greg Turnquist 2019-07-03 14:15:43 -05:00
parent 802c91f324
commit 1e4dcdff7c
No known key found for this signature in database
GPG Key ID: CB2FA4D512B5C413

3
Jenkinsfile vendored
View File

@ -24,6 +24,7 @@ pipeline {
agent {
docker {
image 'adoptopenjdk/openjdk8:latest'
label 'data'
args '-v $HOME:/tmp/jenkins-home'
}
}
@ -43,6 +44,7 @@ pipeline {
agent {
docker {
image 'adoptopenjdk/openjdk8:latest'
label 'data'
args '-v $HOME:/tmp/jenkins-home'
}
}
@ -71,6 +73,7 @@ pipeline {
agent {
docker {
image 'adoptopenjdk/openjdk8:latest'
label 'data'
args '-v $HOME:/tmp/jenkins-home'
}
}