01.10
- 1.10 Run Jenkins Continuous Integration server jobs
- Learning Objectives
- Continuous Integration
- Continuous Integration
- EXERCISE: Launch a Jenkins instance using CloudFormation
1.10 Run Jenkins Continuous Integration server jobs
Learning Objectives
By the end of this lesson you will be able to:
- Run jobs on the Jenkins CI server.
Continuous Integration
Continuous Integration
EXERCISE: Launch a Jenkins instance using CloudFormation
- Login to your assigned student account by going to http://aws.amazon.com/console. Your username is either student01, student02 and so on..
- Go to CloudFormation at: https://console.aws.amazon.com/cloudformation/home?region=us-east-1.
- When uploading the template, use https://s3.amazonaws.com/filescdcourse/templates/jenkins.template. Name the stack Jenkins29 (where 29 is your student id).
- Click the Continue button.
- Enter a Key Pair name in the KeyName field. If you want to find your key pairs, click https://console.aws.amazon.com/ec2/home?region=us-east-1#s=KeyPairs. If you followed the instructions in previous exercises, your key will be cd29 (where 29 is your student id). Select the checkbox next to I acknowledge that this template may create IAM resources and click the Continue button.
- Click Continue again, then Close.
- Once the status in CloudFormation is CREATE_COMPLETE, select the checkbox next to Jenkins stack.
- Select the Outputs tab in the bottom panel and click on the URL for the Jenkins CI server.
- Verify the Jenkins dashboard is displayed.