diff --git a/_data/repos.json b/_data/repos.json index 00db0ab7..5a47d6fd 100644 --- a/_data/repos.json +++ b/_data/repos.json @@ -1,6 +1,6 @@ { "metadata": { - "generatedDateTime": "2024-10-11T03:21:54.736547+00:00" + "generatedDateTime": "2024-10-15T00:10:30.228545+00:00" }, "repos": [ { @@ -3859,7 +3859,7 @@ "ui.yml" ], "workflowsFolio": [ - "ui.yml@v1.1" + "ui.yml@v1.5" ] }, { @@ -3979,7 +3979,7 @@ "ui.yml" ], "workflowsFolio": [ - "ui.yml@v1.1" + "ui.yml@v1.5" ] }, { @@ -4069,7 +4069,7 @@ "ui.yml" ], "workflowsFolio": [ - "ui.yml@v1.1" + "ui.yml@v1.5" ] }, { @@ -4086,7 +4086,7 @@ "ui.yml" ], "workflowsFolio": [ - "ui.yml@v1.1" + "ui.yml@v1.5" ] }, { @@ -4260,7 +4260,7 @@ "ui.yml" ], "workflowsFolio": [ - "ui.yml@v1.1" + "ui.yml@v1.5" ] }, { diff --git a/guides/devops-introduction.md b/guides/devops-introduction.md index a42a0387..3dcd8a3c 100644 --- a/guides/devops-introduction.md +++ b/guides/devops-introduction.md @@ -53,7 +53,6 @@ The main Slack channels: ## Infrastructure Refer to the overview of the [Build, test, and deployment infrastructure](/guides/automation/) and notes about Jenkins, Docker, Nexus, etc. -. See [explanation](https://folio-org.atlassian.net/browse/FOLIO-3171?focusedCommentId=197577) of precedence of environment variables and handling via Okapi (DeploymentDescriptor, system-level, LaunchDescriptor) and support for that in folio-ansible roles. @@ -61,21 +60,24 @@ See [explanation](https://folio-org.atlassian.net/browse/FOLIO-3171?focusedComme Explanations of each of the regularly-built [reference environments](/guides/automation/#reference-environments) including the build times and links to the relevant Jenkins jobs. -We monitor those builds, triage problems, and try to direct issues back to developers. +Refer to the [explanations](/guidelines/release-procedures/#add-to-platforms) about how these environments are constructed, the key branches, and the key files. +(The Kitfox DevOps Team handles the platform-complete master branch and release branches.) -We try to limit out-of-band requests to manually rebuild these. -Many other people utilise these systems. +We monitor those "Reference environment" builds, triage problems, and try to direct issues back to developers. + +We try to [limit](/guides/automation/#off-schedule-rebuilds) out-of-band requests to manually rebuild these. +Many other people utilise these systems, so try to limit disruption. See Slack #hosted-reference-envs channel. People need to ask there and allow time for others to be aware. To determine the cause of failed builds, search the [Jenkins output logfile](/faqs/how-to-investigate-jenkins-logs/). -Remember that the cause might be in the earlier build of "Pipeline build-platform-complete-snapshot" etc. +Remember that the cause might be in the earlier [Platform hourly build](/guides/automation/#platform-hourly-build) of "Pipeline build-platform-complete-snapshot" etc. Encourage developers to utilise the [facility](/faqs/how-to-obtain-refenv-logs/) to obtain reference environment module logs, rather than asking us to do it for them. ## Developer scratch environments -Refer to the overview of [How to get started with Rancher environment](/faqs/how-to-get-started-with-rancher/) and Helm. +Refer to the Kitfox DevOps Team overview of [How to get started with Rancher environment](/faqs/how-to-get-started-with-rancher/) and Helm. ## GitHub and Jenkins access @@ -110,6 +112,11 @@ The "Add" button is way to the right-hand side. Developers can create their own Jira [accounts](/community/#collaboration-tools). +