Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Operator not able to install plugins cause install-plugin.sh has been removed #755

Closed
surmabck opened this issue Jun 27, 2022 · 1 comment · Fixed by #756
Closed

Operator not able to install plugins cause install-plugin.sh has been removed #755

surmabck opened this issue Jun 27, 2022 · 1 comment · Fixed by #756
Labels
bug Something isn't working

Comments

@surmabck
Copy link

Describe the bug
Operator is not able to install plugins and therefore run jenkins at all because install-plugins.sh has been removed finally. It was in deprecation phase since September 2020.
Change that causes the bug -> jenkinsci/docker#1408

Unfortunately, due to Jenkins OSS policy to override existing docker images, this bug affects all maintained images. Therefore, it is a major problem that should be addressed asap

To Reproduce
Run new, or restart, jenkins instance so Operator will try to download plugins.

Additional information

Kubernetes version: doesn't matter
Jenkins Operator version: newest

Add error logs about the problem here (operator logs and Kubernetes events):

Installing plugins required by Operator - begin
+ [[ -z '' ]]
+ install-plugins.sh
WARN: install-plugins.sh has been removed, please switch to jenkins-plugin-cli

How can be fixed:
Operator should either move to install-plugin-cli.sh or download install-plugin.sh from here: https://github.com/jenkinsci/docker/blob/a9de6b9fb3a0601e51321bc0ea8c7638db2bf88f/install-plugins.sh on it's own.

@surmabck surmabck added the bug Something isn't working label Jun 27, 2022
@toabi
Copy link

toabi commented Jun 28, 2022

Maybe it helps somebody: Until the operator is fixed, this jenkins image still works: 2.332.3-lts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants