How to use 'only' keyword to select which job to run when tag name ends with some specific keyword

Advertisements Although this seems to be very easy but seems like I am doing something silly somewhere. I am trying to automate my project where I have decided to run either of the jobs where one is for staging and one is for production. I want my deploy-on-staging job to run when my tag released… Read More How to use 'only' keyword to select which job to run when tag name ends with some specific keyword

Deploying to the CloudHub fails with the error in the YAML

Advertisements I am trying to deploy the mulesoft application in to the DEV CloudHub using the Azure Devops CI/CD Pipeline. But when the application getting deployed in to the Cloud Hub it throws error like ConfigurationPropertiesException: YAML configuration properties only supports string values, make sure to wrap the value with \" so you force the… Read More Deploying to the CloudHub fails with the error in the YAML