Script target - continuous delivery
What is the correct format to add a recipient (or operator) by script in the continuous delivery?
is it possible by instance variable? or vars ?
thanks in advance.
Nolan Chabert
What is the correct format to add a recipient (or operator) by script in the continuous delivery?
is it possible by instance variable? or vars ?
thanks in advance.
Nolan Chabert
<delivery>
<targets>
<deliveryTarget>
<targetPart type='query' exclusion='false' ignoreDeleteStatus='false'>
<where>
<condition expr='[@id] = <%= vars.operatorId %>'/>
</where>
</targetPart>
</deliveryTarget>
</targets>
</delivery>
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.