Uploading a file via a URL

If your build and release definition (both .JSON) files is accessible via a public URL, you can upload them into CI/CD Docs directly just by specifying the URLs. Simply follow these steps:

Let's start by heading over to CI/CD Docs.

From the home screen, locate the 'Upload via URL' section on the right side of the screen, as pictured below.

And now, follow these 3 steps to upload the files.

  1. Paste the URL of your publicly accessible build definition file in the first text box.

  2. Similarly, paste the URL of your publicly accessible release definition file in the second text box.

  3. Hit the 'Upload & go' button. Initially, its disabled but when you paste at least one URL, it gets enabled.

Note: You don't have to paste URLs of both - the build and release definition - files. You may upload any one if you'd like.

You should now see your Azure DevOps pipeline on-screen!

Last updated