An Azure DevOps pipeline name should not contain the '%90' special characterDescriptionIn ServiceNow, the presence of the special character '%90' in an Azure DevOps pipeline name prevents the ServiceNow instance from encoding or decoding itSteps to Reproduce Create an Azure DevOps pipeline with '%90' in its name.Add a JFrog step to the pipeline.Run the pipeline. Expected: artifacts are retrieved from JFrog Actual: artifacts array is empty WorkaroundTo avoid potential issues, do not use '%90' in the Azure DevOps pipeline names.Related Problem: PRB1748631