Skip to content

Commit 8862574

Browse files
committed
Remove use of Docker Hub from nightly
1 parent d5114bc commit 8862574

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Jenkinsfile.kindnightly

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,6 @@ pipeline {
108108
environment {
109109
github_url = "${env.GIT_URL}"
110110
github_creds = 'ecnj_github'
111-
dockerhub_username_creds = 'docker-username'
112-
dockerhub_password_creds = 'docker-password'
113111
ocr_username_creds = 'OCR username'
114112
ocr_password_creds = 'OCR Password'
115113
ocir_registry_creds = 'ocir-server'
@@ -349,12 +347,7 @@ pipeline {
349347
}
350348

351349
stage('Build WebLogic Kubernetes Operator') {
352-
environment {
353-
DOCKERHUB_USERNAME = credentials("${dockerhub_username_creds}")
354-
DOCKERHUB_PASSWORD = credentials("${dockerhub_password_creds}")
355-
}
356350
steps {
357-
sh 'echo ${DOCKERHUB_PASSWORD} | docker login -u ${DOCKERHUB_USERNAME} --password-stdin'
358351
sh "mvn -DtrimStackTrace=false clean install"
359352
}
360353
}

0 commit comments

Comments
 (0)