You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 12, 2020. It is now read-only.
Which Renovate are you using?
Renovate Open Source CLI
Version : 23.82.0
Which platform are you using?
Azure DevOps
What would you like to do?
I am using the following configs to execute renovate. I am using a self hosted Azure Devops 2020 version.
"config": {
"endpoint": "https://[selfhostedADOURL].com",
"token": "***********",
"platform": "azure",
"logFileLevel": "debug",
"logLevel": "debug",
"onboarding": true,
"onboardingConfig": {"extends": ["config:base"]},
"hostRules": [],
"dryRun": true,
"autodiscover": true
}
No matter what config I try, I am getting:
FATAL: Fatal error: Cannot read property 'value' of null
"err": {
"message": "Cannot read property 'value' of null",
"stack": "TypeError: Cannot read property 'value' of null\n at /usr/lib/node_modules/renovate/node_modules/azure-devops-node-api/VsoClient.js:124:52\n at processTicksAndRejections (internal/process/task_queues.js:97:5)"
}
DEBUG: Renovate exiting
INFO: Renovate is exiting with a non-zero code due to the following logged errors
"loggerErrors": [
{
"name": "renovate",
"level": 60,
"logContext": "pprOF5ccp",
"err": {
"message": "Cannot read property 'value' of null",
"stack": "TypeError: Cannot read property 'value' of null\n at /usr/lib/node_modules/renovate/node_modules/azure-devops-node-api/VsoClient.js:124:52\n at processTicksAndRejections (internal/process/task_queues.js:97:5)"
},
"msg": "Fatal error: Cannot read property 'value' of null"
}
]
What am I missing?
The text was updated successfully, but these errors were encountered: