Capstone README update

This commit is contained in:
JustFiesta 2024-07-05 14:50:27 +02:00
parent fcc8eb6e1f
commit c077a8c67a

View file

@ -25,11 +25,12 @@ They are needed for conenction to RDS. One can use it via `docker -e MYSQL_...`
### CI/CD ### 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. Also one needs to configure repository webhook for build server.