Andy Hopper
Andy Hopper

Reputation: 3678

How do you upgrade the plugins on a Jenkins X install?

We have installed Jenkins X on a Kubernetes cluster, but are uncertain about how one goes about upgrading the plugins. I see a jx command for upgrading the platform; are the plugins used for Jenkins X tied to the platform version? If that is the case, how does one add plugins other than the standard loadout?

Upvotes: 0

Views: 165

Answers (1)

johny_amamam
johny_amamam

Reputation: 36

I guess there is no way to persist plugins, installed by the user. You need to build your own custom Jenkins X Docker image with all need plugins baked within. https://github.com/jenkins-x/jx/issues/1562

Upvotes: 1

Related Questions