This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -113,7 +113,7 @@ spec:
|
|||||||
echo "Pulling the docker image complete."
|
echo "Pulling the docker image complete."
|
||||||
echo "starting the docker image ..."
|
echo "starting the docker image ..."
|
||||||
sh """
|
sh """
|
||||||
docker run -itd -p 8080:80 -n resume $CONTAINER_NAME
|
docker run -itd -p 8080:80 --name resume $CONTAINER_NAME
|
||||||
"""
|
"""
|
||||||
echo "starting the docker image complete."
|
echo "starting the docker image complete."
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user