-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
BF installation automation
-
8
What
By default jenkins has 2 PodTemplates for nodejs and maven.
We need to add additional PodTemplate for android and have way to configure it.
Android SDK PV will be created by Ansible.
We need to figure out how to add a new pod template that will use the android slave image and the android SDK PV
How
Ideally, we want to this to be done automatically. We want to check if we can call into the Jenkins API to add the new pod template, or change the Jenkins configuration file on the PV.
If none of them work, then at minimum we need to provide document to instruct users how to add the new pod template.
Some Configuration
At time of writing:
Name: android
Labels: android
EnvVars
- Key: ANDROID_HOME
- Value: /opt/android-sdk-linux
Volume: PVC
- Claim Name: android-sdk
- Read Only: true
- Mount Path: /opt/andorid-sdk-linux
Please check a current installation to confirm these values.
- is related to
-
AEROGEAR-5810 Cleanup docker jenkins container configuration
- Resolved
- mentioned in
-
Page Loading...