Commit 47dfeb04 by Kevin Falcone

Include the Environment-Deployment when announcing an AMI build

Otherwise, we see 3 edxapp AMI builds per gocd pipeline, but have
no idea which one is which.  Similar issue for IDAs where you get at
least 2 AMIs.
parent e9b8becf
......@@ -116,7 +116,7 @@
api: "{{ hipchat_url }}"
token: "{{ hipchat_token }}"
room: "{{ hipchat_room }}"
msg: "Finished baking AMI for: {{ play }} \n
msg: "Finished baking AMI for: {{ edx_environment }}-{{ deployment }}-{{ play }} \n
AMI-ID: {{ ami_register.image_id }} \n
"
ignore_errors: yes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment