Uploaded image for project: 'Coin'
  1. Coin
  2. COIN-197

Webui: Enable editing nightly.json from web interface

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 1.0, master
    • None
    • Other
    • None
    • 8e46bf7ed928ea6f0f6625e56f3b723f49435d7f, ff53071c331f4129c1d9896890b051c408574bb8

      Currently, the nightly.json lives in a super secret repository that nobody can edit which means that people cannot trigger nightly builds without having access to the master machine.

      $ cat secrets/nightly.json 
      {
          "qt5-update": [
              {
                  "branch": "dev",
                  "schedule": {
                      "hour": "2",
                      "minute": "30"
                  }
              },
              {
                  "branch": "5.11",
                  "schedule": {
                      "hour": "4",
                      "minute": "30"
                  }
              }
          ],
          "cron": [
              {
                  "integration_template": "android",
                  "module": "qt/qt5",
                  "branch": "dev",
                  "schedule": {
                      "hour": "23",
                      "minute": "00"
                  }
              },
                 {
                  "integration_template": "android",
                  "module": "qt/qt5",
                  "branch": "5.11",
                  "schedule": {
                      "hour": "23",
                      "minute": "20"
                  }
              }
          ]
      }
      

      In the webui, there could be editing page that would allow users to modify the json, which would be stored on disk.

       

       

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            tosaario Toni Saario
            aakeskimo Aapo Keskimölö
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes