Run Sample
In order to see how the Application will get deployed on application node automatically, follow the below steps:
- 1.Make some changes to the Sample application used in SampleJob.
- 2.Commit and push the changes to Git repository.
- 3.You can see in the Build History of SampleJob page that after 1 Minute the SampleJob will get triggered automatically.
- 4.Once this job gets completed, NodeProvisionJob will be triggered automatically.
- 5.You can see the build running status of NodeProvisionJob from Jenkins -> NodeProvisionJob page .
- 6.Once NodeProvisionJob gets completed, Test_Job will be triggered automatically.
- 7.You can see the build running status of Test_Job from Jenkins -> Test_Job page .