ingenieux / codecommit-url-helper

AWS CodeCommit URL Helper Behaviour for Jenkins Git Plugin
https://wiki.jenkins-ci.org/display/JENKINS/CodeCommit+URL+Helper
Apache License 2.0
2 stars 7 forks source link

Credentials not retained in config #4

Open RutgerBeyen opened 4 years ago

RutgerBeyen commented 4 years ago

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: `

e************ ` If you happen to make any other change in the build configuration and save the page again, credential is lost: `` and the build fails. Same as https://github.com/ingenieux/codecommit-url-helper/issues/3#issuecomment-530014857
blockjon commented 4 years ago

Confirmed this is still broken.

LEDfan commented 3 years ago

@RutgerBeyen @blockjon I created a PR at that fixes this issue see #6

matt2005 commented 2 years ago

Fixed in #6