You can send HipChat messages during your build.
You can, for example, send a HipChat message with the build’s bitrise.io URL, the build’s status (at the point where you include the Send HipChat message Step - usually it’s best to make it the very last step of the Workflow) and with the Public Install Page for the app.
To do this all you have to do is:
- Add a Send HipChat message Step to your app’s Workflow, after the Deploy to Bitrise.io Step.
- Fill out the required input fields.
- In the Message input field you can include Environment Variables (Env Vars) defined by Bitrise and by the Steps which run before the HipChat Message Step.
Fill out the Send HipChat message Step required input fields, include the build’s URL with the $BITRISE_BUILD_URL
Env Var in the Message input, the build’s status at that point with the $BITRISE_BUILD_STATUS
variable, and the related Public Install Page URL with $BITRISE_PUBLIC_INSTALL_PAGE_URL
.
An example Message input:
Your build's details can be found at: $BITRISE_BUILD_URL,
and the Public Install page at: $BITRISE_PUBLIC_INSTALL_PAGE_URL
Build status: $BITRISE_BUILD_STATUS
That’s all. Once you configure your Workflow this way and start a new build, you’ll be notified about the build and deploy on HipChat, including both the build’s details URL and the app’s Public Install Page URL.