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
create-report Action is still failing after adding secrets to the repository:
Run ncu-ci walk pr --stats=true --markdown $PWD/results.md
ncu-ci walk pr --stats=true --markdown $PWD/results.md
shell: /bin/bash -e {0}
- Querying https://ci.nodejs.org/job/node-test-pull-request/api/json?tree=builds%5Burl%2Cresult%5D
TypeError: Cannot read property 'filter' of undefined
at filterBuild (/opt/hostedtoolcache/node/12.18.2/x64/lib/node_modules/node-core-utils/lib/ci/ci_result_parser.js:898:6)
at listBuilds (/opt/hostedtoolcache/node/12.18.2/x64/lib/node_modules/node-core-utils/lib/ci/ci_result_parser.js:912:18)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at async WalkCommand.initialize (/opt/hostedtoolcache/node/12.18.2/x64/lib/node_modules/node-core-utils/bin/ncu-ci:290:20)
at async main (/opt/hostedtoolcache/node/12.18.2/x64/lib/node_modules/node-core-utils/bin/ncu-ci:391:3)
##[error]Process completed with exit code 1.
The command works when I run it locally with my credentials, but not with github-bot credentials. I think it the bot access to Jenkins is too restrictive.
The text was updated successfully, but these errors were encountered:
create-report
Action is still failing after adding secrets to the repository:https://github.com/nodejs/reliability/runs/910446091?check_suite_focus=true
The command works when I run it locally with my credentials, but not with github-bot credentials. I think it the bot access to Jenkins is too restrictive.
The text was updated successfully, but these errors were encountered: