-
Notifications
You must be signed in to change notification settings - Fork 7
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
Credentials not retained in config #4
Comments
Confirmed this is still broken. |
@RutgerBeyen @blockjon I created a PR at that fixes this issue see #6 |
matt2005
added a commit
to matt2005/codecommit-url-helper
that referenced
this issue
Jan 20, 2022
* Fix: credentialId was not retained in config Fixes ingenieux#4 Steps to reproduce: 1. specify credentialId in configure page 2. save 3. reload page 4. credentialId has gone, but should still be there * Fix: no getter found for repositoryName Exception is thrown when trying to export the configuration of this plugin using the Jenkins CasC plugin. * Fix: make it possible to use CodeCommitHelper for a Shared Library Co-authored-by: Tobia De Koninck <tobia.dekoninck@openanalytics.eu>
Fixed in #6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The credentials specified under Source Code Management -> Git -> Additional Behaviours -> AWS CodeCommit URL Helper are not retained. When I input the credentials and save the build configuration, exit the page and re-enter the build configuration, no credentials are listed in the build configuration.
However, having a look at the raw build configuration file on the filesystem, the credential is referenced as it should be:
<submoduleCfg class="list"/> <extensions> <br.com.ingenieux.jenkins.plugins.codecommit.CodeCommitURLHelper plugin="codecommit-url-helper@0.0.3"> <credentialId>e************</credentialId> </br.com.ingenieux.jenkins.plugins.codecommit.CodeCommitURLHelper> </extensions>
If you happen to make any other change in the build configuration and save the page again, credential is lost:
<credentialId></credentialId>
and the build fails.
Same as #3 (comment)
The text was updated successfully, but these errors were encountered: