How to resolve processing failure for Pipeline integration when there is a Service Connection delete
Description
Solution
<process xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:variable name="replaced0" select="SourceXML/updatedFields/Property/process"/>
<xsl:variable name="source1" select="'{Service Connection ID}'"/>
<xsl:variable name="replaced1" select="utils:replace($replaced0,$source1,'')"/>
<xsl:value-of select="$replaced1"/>
</process>
<process xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:variable name="replaced0" select="SourceXML/updatedFields/Property/process"/>
<xsl:variable name="source1" select="'{Service Connection ID-1}'"/>
<xsl:variable name="replaced1" select="utils:replace($replaced0,$source1,'')"/>
<xsl:variable name="source2" select="'{Service Connection ID-2}'"/>
<xsl:variable name="replaced2" select="utils:replace($replaced1,$source2,'')"/>
<xsl:variable name="source3" select="'{Service Connection ID-3}'"/>
<xsl:variable name="replaced3" select="utils:replace($replaced2,$source3,'')"/>
<xsl:value-of select="$replaced3"/>
</process>PreviousHow do images in comment/disscussion functionality works after synchronization by OpsHub IntegrationNextWhy OpsHub Integration Manager needs OpsHubTFSService?
Last updated

