Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Steps to follow:

Updating variables

Method A

  1. checkout optional: clone your private _repodownload the patch file from repo, if you already have; else create one in GitHub and clone it.
  2. checkout https://github.com/project-sunbird/sunbird-devops.git – private_repo/upgrade/<common.diff, secrets.diff, hosts.diff >
  3. git apply <diff file>
  4. and edit the values, if there are any changes

Method B

  1. checkout your private Repo
  2. check release notes for sunbird_devops
  3. update the variables
  4. git checkout release-1.14-sprint3
  5. cp private_repo <your private repo path>
  6. update the variables and commit and push.

Upgrade Jenkins Jobs

Run the Jenkins jobs 

...