File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed
src/main/resources/org/csanchez/jenkins/plugins/kubernetes/KubernetesComputer Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,16 @@ FROM jenkins/jenkins:lts-alpine
33ARG VERSION=1.15.5
44# RUN /usr/local/bin/install-plugins.sh kubernetes:${VERSION}
55
6- RUN /usr/local/bin/install-plugins.sh kubernetes-client-api kubernetes-credentials docker-commons cloudbees-folder workflow-api variant durable-task
6+ RUN jenkins-plugin-cli --plugins kubernetes-client-api \
7+ kubernetes-credentials \
8+ docker-commons \
9+ cloudbees-folder \
10+ workflow-api \
11+ variant \
12+ durable-task \
13+ workflow-durable-task-step \
14+ metrics \
15+ caffeine-api
716COPY target/kubernetes.hpi /usr/share/jenkins/ref/plugins/kubernetes.hpi
817
918# RUN curl -o /usr/share/jenkins/ref/plugins/kubernetes.hpi \
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ THE SOFTWARE.
2424
2525<?jelly escape-by-default =' true' ?>
2626<j : jelly xmlns : j =" jelly:core" xmlns : l =" /lib/layout" >
27- <l : task icon =" icon-clipboard icon-md" href =" ${rootURL}/${it.url}log" title =" ${%Log}" permission =" ${app.ADMINISTER}" />
28- <l : task icon =" icon-computer icon-md" href =" ${rootURL}/${it.url}podLog" title =" ${%Pod Log}" permission =" ${app.ADMINISTER}" />
29- <l : task icon =" icon-computer icon-md" href =" ${rootURL}/${it.url}events" title =" ${%Events}" permission =" ${app.ADMINISTER}" />
27+ <l : task icon =" symbol-terminal icon-md" href =" ${rootURL}/${it.url}log" title =" ${%Log}" permission =" ${app.ADMINISTER}" />
28+ <l : task icon =" symbol-terminal icon-md" href =" ${rootURL}/${it.url}podLog" title =" ${%Pod Log}" permission =" ${app.ADMINISTER}" />
29+ <l : task icon =" symbol-list icon-md" href =" ${rootURL}/${it.url}events" title =" ${%Events}" permission =" ${app.ADMINISTER}" />
3030 <j : if test =" ${it.channel!=null}" >
31- <l : task icon =" icon -computer icon-md" href =" ${rootURL}/${it.url}systemInfo" title =" ${%System Information}" permission =" ${app.ADMINISTER}" />
31+ <l : task icon =" symbol -computer icon-md" href =" ${rootURL}/${it.url}systemInfo" title =" ${%System Information}" permission =" ${app.ADMINISTER}" />
3232 </j : if >
3333</j : jelly >
You can’t perform that action at this time.
0 commit comments