I've got a pipeline building an RPM package which I'd like to upload to our Nexus server. The Nexus server runs on an ACI (Azure Container Instance). The ACI is using a private network.
IF I've got it right the intended way is:
- Create a Generic service connection containing the url, credentials and root directory of the ACI.
- Use the cUrl task to select the file and use the Generic service to perform the upload.
The problem however is that the pipeline vm can not connect to the ACI (no route to host).
Can somebody help me to fix this ? Or give me pointers to online resources ?