Skip to content

Commit

Permalink
Merge branch 'alpine' into 2.138.x-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkernel committed Nov 2, 2018
2 parents 71b6fa4 + 6b76ee3 commit 2386047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.groovy.d/ldap.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Thread.start {
def credential_domain = com.cloudbees.plugins.credentials.domains.Domain.global()
def credential_creds = new UsernamePasswordCredentialsImpl(credential_scope,credential_id,credential_description,credential_username,credential_password)

system_credentials_provider.addCredentials(credential_domain,credential_creds)
system_credentials_provider.getStore().addCredentials(credential_domain,credential_creds)
}

// LDAP
Expand Down

0 comments on commit 2386047

Please sign in to comment.