withEcr {}
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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
|
||||||
|
Reference in New Issue
Block a user