This commit is contained in:
Gregory Hendrickson
2023-06-09 15:37:42 -07:00
parent 2ecabddcdf
commit 3df2a7e62c

2
Jenkinsfile vendored
View File

@@ -38,7 +38,7 @@ pipeline {
docker pull aisthanestha/docker-test-image:latest
docker stop docker-test-image
docker rm docker-test-image
docker run -d --name docker-test-image aisthanestha/docker-test-image:latest
docker run -d --name docker-test-image -p 8082:80 aisthanestha/docker-test-image:latest
'''
// Transfer the script file to the remote host