From c077a8c67a581d8ef925ff43b97894ba66ffdece Mon Sep 17 00:00:00 2001 From: JustFiesta Date: Fri, 5 Jul 2024 14:50:27 +0200 Subject: [PATCH] Capstone README update --- Notes/Capstone.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Notes/Capstone.md b/Notes/Capstone.md index e09c9b261..168f66156 100644 --- a/Notes/Capstone.md +++ b/Notes/Capstone.md @@ -25,11 +25,12 @@ They are needed for conenction to RDS. One can use it via `docker -e MYSQL_...` ### CI/CD -Jenkins server needs to be initilized manually (user, password, plugins, etc.) +Agent is configured via command got from main Controller +and to be initilized manually (user, password, plugins, connection, etc.) -For the pipeline to work correctly one needs to setup credentials for Docker Hub and GitHub in Jenkins build server after provisioning infrastructure. +For the pipeline to work correctly one needs to setup credentials for Docker Hub and GitHub in Jenkins controller server. -The Github credentials are used to push tags ti repository. +The Github credentials are used to push tags to repository. Also one needs to configure repository webhook for build server.