Alright! With all of our tests passing, it’s time we roll our feature out to production!
YOUR STEPS FOR THIS SCENE
- With our testing success, it’s time to push our feature to production.
-
Repeat the merge and push steps for the
production
branch - Click
master
and then chooseorigin/production
from the dropdown menu - Click
master
and then chooseorigin/production
from the dropdown menu - Go to
View->Command Palette
- Type
Merge
in the drop down box and selectGit Merge Branch...
from the dropdown menu - Choose
master
from the dropdown menu - Click the sync putton to push the changes. Click OK, if prompted.
- Now you can watch the
production
pipeline job build in Jenkins. - Once the pipeline build is complete, click the
Patients PROD
bookmark and login to the application. Search for your “ficticious user” from the very first scene of this workshop. - Click view and validate you see the
Notes
field. - Congratulations! You have successfully pushed your feature to production!
- With our testing success, it’s time to push our feature to production.
- Repeat the merge and push steps for the
production
branch
git checkout production
git merge master
git push
- Now you can watch the
production
pipeline job build in Jenkins. - Once the pipeline build is complete, click the
Patients PROD
bookmark and login to the application. Search for your “ficticious user” from the very first scene of this workshop. - Click view and validate you see the
Notes
field. - Congratulations! You have successfully pushed your feature to production!