-
Task
-
Resolution: Fixed
-
Major
-
-
Evergreen - Milestone 1
JENKINS-49866 has handled the client side to support using Docker OOTB when the socket is mounted, but the list of plugins is still hardcoded.
We need to add:
- store the flavor of the instance during registration
- make update.hook.js return different plugins depending on that flavor
- blocks
-
JENKINS-51877 Write JEP about auto-configuration for a given environment (Docker, Azure, AWS...)
-
- Closed
-
- is blocking
-
JENKINS-49853 Provide a cloud-friendly installation for AWS
-
- Resolved
-
- links to
asmith_cb just assigned this to you because we'll need this rather sooner than later, because right now we do not serve customize plugins list for example depending on the environment the Jenkins Essentials instance is running in.
I.e. for
JENKINS-49853(i.e. AWS flavor) we'll instruct the instance to have the ec2 plugin installed, or for Docker we'll add the docker plugin instead.