Skip to content

Credentials not retained in config #4

@RutgerBeyen

Description

@RutgerBeyen

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions