Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-53770

docker.withRegistry failed to login

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • docker-workflow-plugin
    • 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()
           }
         }
      }

            Unassigned Unassigned
            maiviet Phu Nguyen
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: