skip to Main Content

Azure devops NPM Authentication in dependabot.yml

I currently have the following pipeline working: schedules: - cron: "0 20 * * FRI" displayName: 'Weekly Run' always: true branches: include: - 'develop' trigger: none variables: DEPENDABOT_EXTRA_CREDENTIALS: '[{"type":"npm_registry","token":"$(DEPENDABOT_PAT)","registry":"SOME_URL"}]' # put the credentials for private registries and feeds pool: vmImage:…

VIEW QUESTION

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
Back To Top
Search