File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 1
- // Copyright (c) 2017, 2022 , Oracle and/or its affiliates.
1
+ // Copyright (c) 2017, 2023 , Oracle and/or its affiliates.
2
2
// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
3
3
//
4
4
import groovy.json.JsonSlurper
@@ -131,8 +131,6 @@ pipeline {
131
131
environment {
132
132
github_url = " ${ env.GIT_URL} "
133
133
github_creds = ' ecnj_github'
134
- dockerhub_username_creds = ' docker-username'
135
- dockerhub_password_creds = ' docker-password'
136
134
ocr_username_creds = ' OCR username'
137
135
ocr_password_creds = ' OCR Password'
138
136
ocir_registry_creds = ' ocir-server'
@@ -384,12 +382,7 @@ pipeline {
384
382
}
385
383
386
384
stage(' Build WebLogic Kubernetes Operator' ) {
387
- environment {
388
- DOCKERHUB_USERNAME = credentials(" ${ dockerhub_username_creds} " )
389
- DOCKERHUB_PASSWORD = credentials(" ${ dockerhub_password_creds} " )
390
- }
391
385
steps {
392
- sh ' echo ${DOCKERHUB_PASSWORD} | docker login -u ${DOCKERHUB_USERNAME} --password-stdin'
393
386
sh " mvn -DtrimStackTrace=false clean install"
394
387
}
395
388
}
You can’t perform that action at this time.
0 commit comments