mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:15:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
2b972aa7f9
commit
9a1f07efaf
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -55,7 +55,7 @@ pipeline {
|
|||
} catch (err) {
|
||||
echo: 'caught error: $err'
|
||||
}
|
||||
sh "sshpass -p '$USERPASS' -v ssh -o StrictHostKeyChecking=no $USERNAME@${env.server_api}\"docker run --restart always --name pet -p 80:80 -d sprientera/pet:${env.BUILD_NUMBER}\""
|
||||
sh "sshpass -p '$USERPASS' -v ssh -o StrictHostKeyChecking=no $USERNAME@${env.server_api} \"docker run --restart always --name pet -p 80:80 -d sprientera/pet:${env.BUILD_NUMBER}\""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue