-
Notifications
You must be signed in to change notification settings - Fork 250
Creating a new environment
- Click the 'Environments' tab in the top bar in the webapp.
- Click the 'Create Environment' button in the left action menu.
- Fill out the presented form:
- Env Name : the name of your environment
- Stage Name : the name of the first new stage of this environment
- Clone from : (optional) fill out these two fields if you would like to clone from an existing environment/stage combination.
- Description : (optional) field to describe what this environment is for
Once you successfully created a new environment, it is important for you specify what build name this environment will recognized. To have builds recognized in this new environment, click 'Config' button on the left action menu.
Once there fill in the 'Build Name' field with the corresponding build name you will use when publishing a build.
Some relevant definitions for fields on this page:
Maximum Hosts : Number of hosts to deploy to at a time
Success Threshold : Percentage of hosts that should be deployed to before being considered a fully successful deploy
Stuck Threshold : Number of seconds Teletraan should wait before any deploy progress made before considering the deploy a failure
Seconds Deploy Priority : For when you have multiple deploys to the same hosts, specifies which gets to deploy first
Chat Rooms : Chat room to post messages to
Notify Authors : Whether or not to notify authors directly when their changes are deployed
Chat Recipients : Specific chat users to send deploy messages to
Email Recipients : Specific email addresses to send deploy messages to
Build Name : Name of published builds that this environment should look to deploy (specified when you make a publish build request)
Build Branch : Which branch to deploy. Default is master