mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 05:55:51 +00:00
typos
This commit is contained in:
parent
92fc2b57be
commit
1a17fa7f16
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -4,7 +4,7 @@ pipeline {
|
|||
environment {
|
||||
GIT_COMMIT_SHORT = sh(script: "git rev-parse --short HEAD", returnStdout: true).trim()
|
||||
DOCKER_HUB_USER = "m1kky8"
|
||||
DOCKRHUB_CREDS = "580b959d-d40a-422f-a3d7-cf11b2ec7a4c"
|
||||
DOCKERHUB_CREDS = "580b959d-d40a-422f-a3d7-cf11b2ec7a4c"
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue