Browse Source

DATACMNS-1536 - Only use labeled nodes for CI jobs.

pull/400/head
Greg Turnquist 7 years ago
parent
commit
6cd3100753
No known key found for this signature in database
GPG Key ID: CB2FA4D512B5C413
  1. 3
      Jenkinsfile

3
Jenkinsfile vendored

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

Loading…
Cancel
Save