All Downloads are FREE. Search and download functionalities are using the official Maven repository.

workflow.wf_envs.json Maven / Gradle / Ivy

There is a newer version: 3.12
Show newest version
{
  "environments": [
    {
      "id": "91fdedd9-43cd-4820-b017-a2b2fe600ef3",
      "name": "my_env1",
      "description": "This is my test environment 1",
      "project_id": "",
      "scope": "private",
      "created_at": "2017-05-30 10:35:16",
      "updated_at": "2017-05-30 10:35:16",
      "variables": {
        "var1": "val1",
        "var2": "val2"
      }
    },
    {
      "id": "91fdedd9-43cd-4820-b017-a2b2fe600ef3",
      "name": "my_env2",
      "description": "This is my test environment 2",
      "project_id": "",
      "scope": "public",
      "created_at": "2017-05-30 10:35:16",
      "updated_at": "2017-05-30 10:35:16",
      "variables": {
        "var3": "val3",
        "var4": "val4"
      }
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy