Documentation
  • Home
  • About
  • Releases
  • Issues / feedback?
  • Credits
  • Technical guide
  • Key features
    • Export as PDF
    • Stats at a glance
    • UI that's easy on the eye
    • 3 ways to upload
  • How to
    • Uploading a file from a computer
    • Uploading a file via a URL
    • Uploading a file via dynamic URL
    • Export pipeline from Azure DevOps
  • Samples
    • Build definition
    • Release definition
    • Exported PDF
Powered by GitBook
On this page
  1. How to

Uploading a file via a URL

PreviousUploading a file from a computerNextUploading a file via dynamic URL

Last updated 6 years ago

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

Let's start by heading over to .

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!

CI/CD Docs
CI/CD Docs