You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For all params see the list in the `../templates/jenkins-slave-generic-template.yml` or run `oc process --parameters -f ../templates/jenkins-slave-generic-template.yml`.
15
+
16
+
## Run
17
+
For local running and experimentation run `docker run -i -t --rm jenkins-slave-gradle /bin/bash` and have a play once inside the container.
18
+
19
+
## Jenkins Running
20
+
Add a new Kubernetes Container template called `jenkins-slave-gradle` and specify this as the node when running builds. Set the version of Java you want to use and away you go!
0 commit comments