-
Notifications
You must be signed in to change notification settings - Fork 618
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
Upgrading 1.1.32 to 1.4.3 causes credential errors #473
Comments
I'm not too surprised that making a version jump that large caused an issue. I would suggest trying to upgrade in smaller increments, by manually downloading and installing the plugin hpi files from the archive: http://updates.jenkins-ci.org/download/plugins/gitlab-plugin/ If you look at the plugin Changelog you can see which versions made changes to the credentials handling. I would try upgrading to those, then configure credentials as needed, and then upgrade again. Specifically, this is going to be a question of needing a GitLab API credential to be stored in Jenkins (unrelated to the credentials needed to clone a repo), so that Jenkins can push build status to GitLab. |
Upgraded to 1.2.0 and that went fine. The upgrade wiped the Gitlab token from configuration for some reason, so be sure to record that before performing the upgrade. |
Thanks, so were you able to upgrade to the latest cleanly after going to 1.2.0? I want to update the documentation accordingly. |
Just took it to 1.2.0, I'm working on 1.3.2 now. |
Can you report back here on how it goes? I think it may be possible to go from 1.2 to the latest in one step, now that you are using the new credential storage stuff. |
Upgrading to 1.2.0 didn't switch over to a newer credential management. But going 1.2.0 -> 1.4.3 did. Trying to figure out how to add my auth token now... |
No issues after following the instructions here: https://github.com/jenkinsci/gitlab-plugin#configuring-access-to-gitlab. Thanks for the great work! |
Thanks, I updated the README accordingly with a note in the Known Issues section. |
Fix issue 354. Multiple queued jobs were being merged into one.
Before submitting an issue to I have first:
(if you have performed all the above, remove the paragraph and continue describing the issue with template below)
Issue
Context
Freestyle
Logs & Traces
Please include any relevant log that could serve to better understand the source of your issue
For Jenkins Gitlab Plugin logs, follow instruction in User Support section.
For Gitlab logs, ask an administrator to provide you the relevant Gitlab logs.
This is the build log. I will report back with the plugin log when there's time to bring down our build process. It seems to be a credential change, perhaps related to environment variable changes? It's not clear what needs to change for this piece in the readme.
Problem description
Describe your problem in a meaningful way:
The text was updated successfully, but these errors were encountered: