Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
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
Solved! Go to Solution.
<delivery>
<targets>
<deliveryTarget>
<targetPart type='query' exclusion='false' ignoreDeleteStatus='false'>
<where>
<condition expr='[@id] = <%= vars.operatorId %>'/>
</where>
</targetPart>
</deliveryTarget>
</targets>
</delivery>
View solution in original post
Views
Likes
Replies