Reputation: 1458
On my release definitions I have set my environment to have a release trigger so that when a build has been completed with a certain tag, a deployment starts. However after setting this up no release or deployment is started. I think I'm missing something small but can't put my finger on it....
My build tag (added automatically during a build):
My release trigger:
What setting(s) need changing to get a release and deployment fired off after my build is ready?
Upvotes: 2
Views: 3523
Reputation: 51183
The screenshot is not your release trigger, it's your environment trigger.
You can configure when releases should be created, and when those releases should be deployed to environments. The former is configured through release triggers, and the latter through environment triggers - both in a release definition.
You can choose to have the deployment to each environment triggered automatically when a release is created by a continuous deployment trigger.
The process is changes checked in → CI build triggered → A release created → start deployment to this environment.
More details please refer this tutorial--Triggers in Release Management.
Upvotes: 6
Reputation: 2089
You need to turn on the Continuous deployment trigger under your specific build artifact.
Upvotes: 6