We’ve triggered an automated build of Patients Pipeline
again. This time the Package Database Object Changes
should complete successfully. The complete process can take around 4-8 minutes.
Here is the sequence of automation:
- Jenkins is notified via a git post_update hook.
- Jenkins executes the
Patients Pipeline
job against thedevelop
branch, which does the following against ourPatients Dev
:- an Ansible role to compile the application
- a Delphix job to refresh the development data pod
- a Datical job to analyze and package the database object changes from our committed SQL scripts
- a Datical job to forecast and deploy the packaged changes
- an Ansible role to deploy the application
YOUR STEPS FOR THIS SCENE:
- Bring Chrome to the foreground
- Click on the
Jenkins
bookmark - Click on
Patients Pipeline
- You should see your build running. You can identify it by your commit message. Click that line.
- OPTIONAL: Since our last build was halted before data was changed, we can skip the refresh this time:
- login to the Jenkins instance (credentials)
- When the build gets to the
Refresh Data Pod
stage, clickAbort
on the menu prompt.
- login to the Jenkins instance (credentials)
- The build will complete successfully, with all green checkmarks this time.