We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa9e5b7 commit 6cd3100Copy full SHA for 6cd3100
Jenkinsfile
@@ -24,6 +24,7 @@ pipeline {
24
agent {
25
docker {
26
image 'adoptopenjdk/openjdk8:latest'
27
+ label 'data'
28
args '-v $HOME:/tmp/jenkins-home'
29
}
30
@@ -43,6 +44,7 @@ pipeline {
43
44
45
46
47
48
49
50
@@ -71,6 +73,7 @@ pipeline {
71
73
72
74
75
76
77
78
79
0 commit comments