mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
another typo
This commit is contained in:
parent
0735d09dfb
commit
92fc2b57be
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -31,7 +31,7 @@ pipeline {
|
||||||
def imageTag = "${DOCKER_HUB_USER}/${dockerRepo}:${GIT_COMMIT_SHORT}"
|
def imageTag = "${DOCKER_HUB_USER}/${dockerRepo}:${GIT_COMMIT_SHORT}"
|
||||||
|
|
||||||
withCredentials([usernamePassword(
|
withCredentials([usernamePassword(
|
||||||
credentialsId: DOCKERHUB_CREDES,
|
credentialsId: DOCKERHUB_CREDS,
|
||||||
usernameVariable: 'DOCKER_USER',
|
usernameVariable: 'DOCKER_USER',
|
||||||
passwordVariable: 'DOCKER_PASS'
|
passwordVariable: 'DOCKER_PASS'
|
||||||
)]) {
|
)]) {
|
||||||
|
|
Loading…
Reference in a new issue