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

Fix jenkins plugin installation #127

Merged
merged 2 commits into from
Jul 20, 2023
Merged

Fix jenkins plugin installation #127

merged 2 commits into from
Jul 20, 2023

Conversation

CloudoguSiebels
Copy link
Contributor

We were successfully uploading and installing the plugin and then following the redirect to the progress page. However, curl was removing the basic authentication. As a result, we were encountering error 403 for the redirect, not for the upload.

This is a bug in curl: curl/curl#11486

Therefore, we temporarily replaced -L with --location-trusted for jenkins

We were successfully uploading and installing the plugin
and then following the redirect to the progress page.
However, curl was removing the basic authentication.
As a result, we were encountering error 403 for the redirect,
not for the upload.

This is a bug in curl: curl/curl#11486

Therefore, we temporarily replaced -L with --location-trusted for
jenkins
The namespace does not exist yet, therefore we get 404 when trying to
grant permission to the user.

Therefore, we moved granting the permission to the bottom of the
initialization chain.
@pwrdeli pwrdeli merged commit a1845c4 into main Jul 20, 2023
@pwrdeli pwrdeli deleted the bug/ci-pipeline branch July 20, 2023 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants