06
- 6.3 Set up and utilize a dependency-management repository
- Learning Objectives
- Dependency Management using Jenkins an S3
6.3 Set up and utilize a dependency-management repository
Learning Objectives
By the end of this lesson you will be able to:
- Define dependency management approaches in a CI server.
Dependency Management using Jenkins an S3
- Select the Build job in Jenkins.
- Select Configure.
- Go to Post-build Actions.
- View the Publish artifacts to S3 Bucket and S3 profile.
- View the Files to upload – Source and Destination bucket.
See the following command in deploy.rb.
“` set :artifact_url, “https://s3.amazonaws.com/#{artifact_bucket}/#{artifact}”
“`
View the Files to upload – Source and Destination bucket.