File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -108,8 +108,6 @@ pipeline {
108
108
environment {
109
109
github_url = "${env.GIT_URL}"
110
110
github_creds = 'ecnj_github'
111
- dockerhub_username_creds = 'docker-username'
112
- dockerhub_password_creds = 'docker-password'
113
111
ocr_username_creds = 'OCR username'
114
112
ocr_password_creds = 'OCR Password'
115
113
ocir_registry_creds = 'ocir-server'
@@ -349,12 +347,7 @@ pipeline {
349
347
}
350
348
351
349
stage('Build WebLogic Kubernetes Operator') {
352
- environment {
353
- DOCKERHUB_USERNAME = credentials("${dockerhub_username_creds}")
354
- DOCKERHUB_PASSWORD = credentials("${dockerhub_password_creds}")
355
- }
356
350
steps {
357
- sh 'echo ${DOCKERHUB_PASSWORD} | docker login -u ${DOCKERHUB_USERNAME} --password-stdin'
358
351
sh "mvn -DtrimStackTrace=false clean install"
359
352
}
360
353
}
You can’t perform that action at this time.
0 commit comments