-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: docker-workflow-plugin
-
Environment: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()
   }
  }
}