fix syntax

This commit is contained in:
Gregory Hendrickson
2023-06-09 12:13:37 -07:00
parent 469ec2e982
commit cfd9766360

2
Jenkinsfile vendored
View File

@@ -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'