Skip to content

Commit e8e0c39

Browse files
authored
Remove Docker Hub credentials (#740)
1 parent aaf3d90 commit e8e0c39

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ebcDockerBuilderWLO.jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ timestamps {
5252
stage("Running Job"){
5353
withCredentials([usernamePassword(credentialsId: 'operator_icrId', usernameVariable: 'PIPELINE_USERNAME', passwordVariable: 'PIPELINE_PASSWORD'),
5454
usernamePassword(credentialsId: 'operatorRH_REG_ID', usernameVariable: 'REDHAT_USERNAME', passwordVariable: 'REDHAT_PASSWORD'),
55-
usernamePassword(credentialsId: 'operator_artifactory_ID', usernameVariable: 'ARTIFACTORY_USERNAME', passwordVariable: 'ARTIFACTORY_TOKEN'),
56-
usernamePassword(credentialsId: 'dockerId', usernameVariable: 'DOCKER_USERNAME', passwordVariable: 'DOCKER_PASSWORD')]) {
55+
usernamePassword(credentialsId: 'operator_artifactory_ID', usernameVariable: 'ARTIFACTORY_USERNAME', passwordVariable: 'ARTIFACTORY_TOKEN')]) {
5756
//This is executing on ebc dynamic machine
5857
doWork();
5958
} // withCredentials() end

0 commit comments

Comments
 (0)