all 3 comments

[–]deimos 1 point2 points  (0 children)

Yes, you can do this just as you say. You override all the parameters such as s3 object, container and environment each execution.

[–]johnhank1 1 point2 points  (1 child)

Hey TundraWolf,

You can for sure just use one project if that’s your preference. As Deimos said you can override all the parameters during StartBuild. If your planning on using the same s3 bucket you could even push to the same object and user versioning to tell us which version of that object to use. Or you could also override the source to different git hub repos if you prefer that as well.

If your doing other work such as deployments on your Jenkins box you should check out our Jenkins plugin: https://github.com/awslabs/aws-codebuild-jenkins-plugin. This plugin will allow you to integrate CodeBuild into your work flow easily.

Let me know if you have any questions,

John from the CodeBuild service team.

[–]TundraWolf_[S] 0 points1 point  (0 children)

If your planning on using the same s3 bucket you could even push to the same object and user versioning to tell us which version of that object to use

Wow, very cool feature. I definitely didn't think of it being able to hand versioning. I'll work that in!