Introduction to Amazon Code Pipeline with Java part 11: starting with the job agent
May 22, 2016 Leave a comment
Introduction
In the previous post we looked a bit at the web pages that must be up and running for the third party action to work with code pipeline. There are 3 types of URL that must be set up. The external configuration URL defines a web page where the CP user can provide the necessary inputs for the job execution. The execution URL is where the CP user can follow the job execution, i.e. where you can show tables, graphs etc. that show the job progress. Lastly we have the entity URL which is a web page to show some resources or job summary page to the user.
In this post we’ll start looking into the job agent itself. It’s probably the largest component you’ll need to build for the CP integration.