-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
jenkins 2.121.3
docker.withRegistry failed to login with a password that starts with '$' character.
steps {
script {
docker.withRegistry(env.DOCKER_REGISTRY_URL, env.DOCKER_REGISTRY_CREDENTIALS_ID) {
docker.image(env.DOCKER_IMAGE_NAME_WITH_TAG).push()
}
}
}