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.