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 from a computer

Previous3 ways to uploadNextUploading a file via a URL

Last updated 6 years ago

You can upload your build and release definition (both .JSON files) from your computer. Simply follow these steps:

Let's start by heading over to .

From the home screen, locate the 'Upload from your computer' section on the left side of the screen, as pictured below.

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

  1. Click on the 'Upload build definition' button to upload the build definition (a .JSON file). On successfully uploading the file, you should see a check-mark icon besides the upload button.

  2. Similarly, click on the 'Upload release definition' button to upload the release definition (a .JSON file). You should see a check-mark icon besides the button.

  3. Hit the 'Go' button. Initially, its disabled but when you upload at least one file, it gets enabled.

Note: You don't have to upload 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