Skip to content

Stop injecting Global Passwords, use Credential Bindings instead#37

Open
DavidCADanneels wants to merge 1 commit into
jenkinsci:masterfrom
DavidCADanneels:master
Open

Stop injecting Global Passwords, use Credential Bindings instead#37
DavidCADanneels wants to merge 1 commit into
jenkinsci:masterfrom
DavidCADanneels:master

Conversation

@DavidCADanneels

@DavidCADanneels DavidCADanneels commented Jul 12, 2019

Copy link
Copy Markdown

Injection of Global Passwords is evil and no longer needed. Instead we can include Credentials Bindings in the config of the Generator jobs:

                    pipelineGenerationExtension '''
wrappers {
  credentialsBinding {
    usernamePassword('USER', 'PASSWORD', 'CREDENTIALID')
  }
}
'''

See documentation: https://github.com/jenkinsci/seed-plugin/wiki/Configuration

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.

1 participant