Skip to content

Instantly share code, notes, and snippets.

View devonartis's full-sized avatar
🎯
Focusing

T. Devon Artis devonartis

🎯
Focusing
View GitHub Profile
@devonartis
devonartis / Jenkinsfile
Created March 31, 2018 23:36
Set up a build pipeline with Jenkins and Amazon ECS
node {
def app
def commit_id
environment
{
ECRURL = 'http://xxxxx.dkr.ecr.us-east-1.amazonaws.com/node'
}