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
def kind_k8s_map = [
@@ -65,8 +65,6 @@ pipeline {
65
65
environment {
66
66
github_url = " ${ env.GIT_URL} "
67
67
github_creds = ' ecnj_github'
68
- dockerhub_username_creds = ' docker-username'
69
- dockerhub_password_creds = ' docker-password'
70
68
ocr_username_creds = ' OCR username'
71
69
ocr_password_creds = ' OCR Password'
72
70
ocir_registry_creds = ' ocir-server'
@@ -290,12 +288,7 @@ pipeline {
290
288
}
291
289
292
290
stage(' Build WebLogic Kubernetes Operator' ) {
293
- environment {
294
- DOCKERHUB_USERNAME = credentials(" ${ dockerhub_username_creds} " )
295
- DOCKERHUB_PASSWORD = credentials(" ${ dockerhub_password_creds} " )
296
- }
297
291
steps {
298
- sh ' echo ${DOCKERHUB_PASSWORD} | docker login -u ${DOCKERHUB_USERNAME} --password-stdin'
299
292
sh " mvn -DtrimStackTrace=false clean install"
300
293
}
301
294
}
You can’t perform that action at this time.
0 commit comments