Skip to content

Commit

Permalink
Add section on commiting code to CI pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
  • Loading branch information
clintoncwolfe committed May 6, 2020
1 parent 2d7fe63 commit 0175512
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions www/content/workstation/upgrade_labs.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,10 @@ Check your cookbook code for Chef Infra Server searches, which will not be possi
$ grep 'search(' -rn cookbooks
```
### Commit Your Changes to the Cookbooks
As you make changes to the cookbooks, follow normal SDLC practices by committing your changes to your cookbooks and submitting your changes to your cookbook pipeline to be tested by your automated testing system. Once the changes have passed testing, they cookbooks should receive new version numbers and be published to the new chef server by the continuous deployment system.
## Move the Node to the New Server
### Issue a new Bootstrap Command
Expand Down

0 comments on commit 0175512

Please sign in to comment.