withEcr {}

This commit is contained in:
2019-06-14 11:51:12 -04:00
parent b0c72e704e
commit 6121a7404e

2
Jenkinsfile vendored
View File

@ -21,7 +21,9 @@ pipeline {
{ {
steps steps
{ {
withEcr {
sh "docker pull ${DOCKER_REGISTRY}/auto-semver:${SELF_SEMVER_TAG}" sh "docker pull ${DOCKER_REGISTRY}/auto-semver:${SELF_SEMVER_TAG}"
}
} }
} }
//Runs versioning in docker container //Runs versioning in docker container