From 4b67b274686754311d8fff61e83988c5b908510c Mon Sep 17 00:00:00 2001 From: Patrick <50352812+Mueller-Patrick@users.noreply.github.com> Date: Sun, 6 Dec 2020 22:43:34 +0100 Subject: [PATCH] Updated Software Architecture Document (SAD) (markdown) --- Software-Architecture-Document-(SAD).md | 1 + 1 file changed, 1 insertion(+) diff --git a/Software-Architecture-Document-(SAD).md b/Software-Architecture-Document-(SAD).md index 09f8e84..d0c77ed 100644 --- a/Software-Architecture-Document-(SAD).md +++ b/Software-Architecture-Document-(SAD).md @@ -92,4 +92,5 @@ n/a We use Jenkins as CI/CD server. Our Jenkins instance fullfills two purposes: 1. Every commit is automatically built by Jenkins. The build status is then sent back to GitHub. That way, we can easily see if a commit contains changes that brake the application and fix them before we merge a pull request. 2. Once we merge a pull request to master, the project gets built and deployed to our Webserver by Jenkins automatically + This way, we can assure that no breaking changes are deployed which would result in a website downtime.