skip to Main Content

Ubuntu – Job is not run after Manual Validation

The scenario: If "doSomething" fails then "waitforValidation" must run. After succeful validation then "doSomethingAfterValidation" must run. But currently after succesful validation "doSomethingAfterValidation" is simply Skipped. If I remove "condition: failed()" and make "doSomething" succeed there is no problem. Tried playing…

VIEW QUESTION

Ubuntu – The template parameter is not valid. The parameter value must be null

I'm a beginner on Azure DevOps and I'm trying to create a CI pipeline for an simple ARM Template. So I have this file (test_template.json): { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "storageAccounts_dqed01dls_name": { "defaultValue": "dqed01als", "type": "String" }, "virtualNetworks_dpm01_d_vnet_externalid":…

VIEW QUESTION
Back To Top
Search