In Azure DevOps Pipeliens, when deploying an app to Functions, the app may restart during the process of the app. Is there a way to monitor if the Functions app is running in the pipeline, make sure it’s done, and then deploy the app? Conditions Functions runtime: Java Trigger: Service Bus Trigger I tried to check the lock status of
Tag: azure-devops
Import automated test results to Xray Cloud multipart using Azure Devops
I am trying to import results to Xray Cloud multipart using Azure Devops, this is my bash command from the yml configuration file: I am receiving this error everytime in the pipeline console: What am I doing wrong? The bash log: Answer If you used the commands exactly as you shared then you must have a file named “pathissueFields.json”. I
Unhandled: Not found mavenPOMFile – Azure DevOps pipeline for Java Function App
I would like to create pipeline which deploy Java Azure Function, but failing. Please advice me. I’m following tutorial as base, but I’m using Git Repo of Azure DevOps instead of GitHub. https://learn.microsoft.com/en-us/azure/devops/pipelines/ecosystems/java-function?view=azure-devops POM File is located inside zip file of /pipelines-java-function-master/pom.xml My Error is: My YAML is: Answer POM File is located inside zip file of /pipelines-java-function-master/pom.xml This is
Is it possible to extract the Maven Version within a VSTS Build Plan or Release
Currently using VSTS to build Spring Boot applications with Maven. Trying to figure out how to use/get the Maven Version within the build and release process. Is it possible? Answer Here is a script that will get the version of maven (given the path) and store the version number in a variable that other tasks can use later in the