Skip to content

Instantly share code, notes, and snippets.

@endofcake
Created May 11, 2018 00:43
Show Gist options
  • Save endofcake/24f738ffe23c06a24af5e2d6b533a6a9 to your computer and use it in GitHub Desktop.
Save endofcake/24f738ffe23c06a24af5e2d6b533a6a9 to your computer and use it in GitHub Desktop.
Post build step for Jenkins to untaint all instances in ECS cluster
post {
always{
// Clear up old instances
tag('false')
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment