mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 23:05:49 +00:00
Capstone README update
This commit is contained in:
parent
fcc8eb6e1f
commit
c077a8c67a
1 changed files with 4 additions and 3 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue