Spinnaker Nexus Integration
问题 I'm facing issue while integrating spinnaker with Nexus. Basically, here is my process - Building docker image using Jenkins and uploading to Nexus. Next, want to trigger spinnaker pipelines based on new image available on Nexus to deploy apps on kubernetes. I've used these 2 commands hal config provider docker-registry enable hal config provider docker-registry account add my-docker-registry \ --address <pvtIP>:9082 \ --repositories repository/<repoName> \ --username <userName> \ --password