...
Steps to follow:
Updating variables
Method A
- checkout optional: clone your private _repodownload the patch file from repo, if you already have; else create one in GitHub and clone it.
- checkout https://github.com/project-sunbird/sunbird-devops.git – private_repo/upgrade/<common.diff, secrets.diff, hosts.diff >
- git apply <diff file>
- and edit the values, if there are any changes
Method B
- checkout your private Repo
- check release notes for sunbird_devops
- update the variables
- git checkout release-1.14-sprint3
- cp private_repo <your private repo path>
- update the variables and commit and push.
Run the Jenkins jobs
...