0

I am getting error while trying to login dtr from my pipeline groovy scrit. it is saying that that was a credential error.

docker.withRegistry('https://dtrlb-oe3ko7eumonjw.eastus.cloudapp.azure.com/','ddcadmin')

and my error is:

enter image description here

impressed
  • 1
  • 2

1 Answers1

0

The docker.withRegistry can find credential in Global domain, not system domain.

Roc King
  • 431
  • 6
  • 18