mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 22:35:50 +00:00
Update Jenkinsfile
This commit is contained in:
parent
965b0f263d
commit
bf9c181775
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -26,8 +26,8 @@ pipeline {
|
|||
withCredentials([usernamePassword(credentialsId: "${DOCKER_CREDENTIALS_ID}", usernameVariable: 'DOCKER_USERNAME', passwordVariable: 'DOCKER_PASSWORD')]) {
|
||||
sh """
|
||||
docker login -u \$DOCKER_USERNAME --password \$DOCKER_PASSWORD
|
||||
docker build -t marijastopa/mr-jenkins:\blabla .
|
||||
docker push marijastopa/mr-jenkins:\blabla
|
||||
docker build -t marijastopa/mr-jenkins:blabla .
|
||||
docker push marijastopa/mr-jenkins:blabla
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue