skip to Main Content

"Resource file has already set" warning in Azure Devops, and variables unavailable – Ubuntu

Today, the Deployment jobs in our Azure Devops pipelines are all showing the warning: ##[warning]Resource file has already set to: D:a_tasksAzureKeyVault_1e244d.........1.212.0node_modulesazure-pipelines-tasks-azure-arm-rest-v2module.json Additionally, variables passed into the jobs are being passed as empty strings, resulting in failures. - This seems to…

VIEW QUESTION

Azure Pipelines fails to resolve dependency even through artifact is available in Azure Feed

My Azure Pipeline build fails with the following errror: Failed to collect dependencies at org.apache.commons:commons-lang3:jar:3.8.1: Failed to read artifact descriptor for org.apache.commons:commons-lang3:jar:3.8.1: Could not transfer artifact org.apache.commons:commons-lang3:pom:3.8.1 from/to SDC_MvnRepo (https://pkgs.dev.azure.com/XXX/XXX/_packaging/SDC_MvnRepo/maven/v1): Transfer failed for https://pkgs.dev.azure.com/XXX/XXX/_packaging/SDC_MvnRepo/maven/v1/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom: Connection reset -> [Help 1] However…

VIEW QUESTION
Back To Top
Search