dockerfile update (poging docker 69420323602232132)
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -64,7 +64,6 @@ pipeline {
|
||||
sudo docker rm ${IMAGE_NAME} || true
|
||||
sudo docker pull ${IMAGE_REPO}/${IMAGE_NAME}:${IMAGE_TAG} || echo "Local image will be used"
|
||||
sudo docker run -d --name ${IMAGE_NAME} -p 8080:8080 ${IMAGE_REPO}/${IMAGE_NAME}:${IMAGE_TAG}
|
||||
EOF
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user