mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-12-27 19:07:28 +00:00
Merge branch 'assia'
This commit is contained in:
commit
14a26ba49a
1 changed files with 2 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
|
||||
stage('Build Docker on remote machine') {
|
||||
/***stage('Build Docker on remote machine') {
|
||||
steps {
|
||||
dir('backend') {
|
||||
sh "docker -H ${DOCKER_HOST} build -t ${IMAGE}:${TAG} ."
|
||||
|
|
@ -73,7 +73,7 @@ pipeline {
|
|||
docker -H ${DOCKER_HOST} run -d -p 8080:8080 --name ${IMAGE} ${IMAGE}:${TAG}
|
||||
"""
|
||||
}
|
||||
}
|
||||
}**/
|
||||
}
|
||||
|
||||
post {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue