Balaji Vajjala's Blog

A DevOps Blog from Trenches

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

  1. Select the Build job in Jenkins.
  2. Select Configure.
  3. Go to Post-build Actions.
  4. View the Publish artifacts to S3 Bucket and S3 profile.
  5. View the Files to upload – Source and Destination bucket.
  6. See the following command in deploy.rb.

    “` set :artifact_url, “https://s3.amazonaws.com/#{artifact_bucket}/#{artifact}”

    “`

  7. View the Files to upload – Source and Destination bucket.