# These are extensions that must be enabled in order to support this database
enable_extension"plpgsql"
...
...
@@ -2140,6 +2140,7 @@ ActiveRecord::Schema.define(version: 20180626125654) do
add_index"projects",["id"],name: "index_projects_on_id_partial_for_visibility",unique: true,where: "(visibility_level = ANY (ARRAY[10, 20]))",using: :btree
add_index"projects",["id"],name: "index_projects_on_mirror_and_mirror_trigger_builds_both_true",where: "((mirror IS TRUE) AND (mirror_trigger_builds IS TRUE))",using: :btree
add_index"projects",["last_repository_check_at"],name: "index_projects_on_last_repository_check_at",where: "(last_repository_check_at IS NOT NULL)",using: :btree
1. Enter the base URL of your Bamboo server. 'https://bamboo.example.com'
1. Enter the build key from your Bamboo build plan. Build keys are typically made up from the Project Key and Plan Key that are set on project/plan creation and seperated with a '-' for example **PROJ-PLAN**. This is a short, all capital letter, identifier that is unique. When viewing a plan within Bamboo, the build key is also shown in the browser URL for example https://bamboo.example.com/browse/PROJ-PLAN
1. Enter the build key from your Bamboo build plan. Build keys are typically made
up from the Project Key and Plan Key that are set on project/plan creation and
separated with a dash (`-`), for example **PROJ-PLAN**. This is a short, all
uppercase identifier that is unique. When viewing a plan within Bamboo, the
build key is also shown in the browser URL, for example `https://bamboo.example.com/browse/PROJ-PLAN`.
1. If necessary, enter username and password for a Bamboo user that has
access to trigger the build plan. Leave these fields blank if you do not require