You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.
Write the portion of the walk thru that shows how to setup CI using Jenkins for the microservice version of the app. This includes flushing out the necessary steps.
The CI tasks are something to the effect of:
1.) Configure Git build trigger upon check-in
2.) Ensure node, npm, git and other necessary packages are installed
3.) Run production build tasks (such as minify)
4.) Run unit tests against distribution folder
5.) Deploy production app
Also highlight azure container registry where we're using docker containers.
Estimate: 7 days
The text was updated successfully, but these errors were encountered:
Write the portion of the walk thru that shows how to setup CI using Jenkins for the microservice version of the app. This includes flushing out the necessary steps.
The CI tasks are something to the effect of:
1.) Configure Git build trigger upon check-in
2.) Ensure node, npm, git and other necessary packages are installed
3.) Run production build tasks (such as minify)
4.) Run unit tests against distribution folder
5.) Deploy production app
Also highlight azure container registry where we're using docker containers.
Estimate: 7 days
The text was updated successfully, but these errors were encountered: