File tree 2 files changed +15
-3
lines changed
openshift-templates/jenkins-slave-pod
2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 23
23
{
24
24
"from" : {
25
25
"kind" : " DockerImage" ,
26
- "name" : " openshift/jenkins-slave-base-rhel7:latest "
26
+ "name" : " openshift/jenkins-slave-base-rhel7:${SLAVE_IMAGE_TAG} "
27
27
},
28
28
"generation" : 2 ,
29
29
"importPolicy" : {},
147
147
"displayName" : " Image name from which to build this pod" ,
148
148
"description" : " The build image which this build pod will extend to create it's new build pod type." ,
149
149
"value" : " jenkins-slave-base-rhel7"
150
+ },
151
+ {
152
+ "name" : " SLAVE_IMAGE_TAG" ,
153
+ "displayName" : " Image tag for Jenkins slave." ,
154
+ "description" : " This is the image tag used for the Jenkins slave." ,
155
+ "value" : " latest"
150
156
}
151
157
],
152
158
"labels" : {
Original file line number Diff line number Diff line change 23
23
{
24
24
"from" : {
25
25
"kind" : " DockerImage" ,
26
- "name" : " openshift/jenkins-slave-base-rhel7:latest "
26
+ "name" : " openshift/jenkins-slave-base-rhel7:${SLAVE_IMAGE_TAG} "
27
27
},
28
28
"generation" : 2 ,
29
29
"importPolicy" : {},
138
138
"displayName" : " Image name from which to build this pod" ,
139
139
"description" : " The build image which this build pod will extend to create it's new build pod type." ,
140
140
"value" : " jenkins-slave-base-rhel7"
141
+ },
142
+ {
143
+ "name" : " SLAVE_IMAGE_TAG" ,
144
+ "displayName" : " Image tag for Jenkins slave." ,
145
+ "description" : " This is the image tag used for the Jenkins slave." ,
146
+ "value" : " latest"
141
147
}
142
148
],
143
149
"labels" : {
144
150
"template" : " build-pod-template"
145
151
}
146
- }
152
+ }
You can’t perform that action at this time.
0 commit comments