mirror of
https://github.com/ghndrx/docker-test-image.git
synced 2026-02-10 06:45:05 +00:00
fix syntax
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -35,9 +35,9 @@ pipeline{
|
||||
sshagent(['ssh_credentials']) {
|
||||
sh "'ssh administrator@172.16.11.90 'docker stop --name docker-test-image && docker pull aisthanestha/docker-test-image:latest && docker run -d -p 8082:80 --name docker-test-image:latest'"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
post {
|
||||
always {
|
||||
sh 'docker logout'
|
||||
|
||||
Reference in New Issue
Block a user