-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[semver:patch] Blocking Forever on NULL Job #89
Comments
Some debugging:
tl;dr: need to url encode the branch name; I'll put together a PR. |
90: fix(urlencode): urlencode CIRCLE_BRANCH (semver:patch) r=andrew-barnett a=andrew-barnett ### Motivation, issues The CircleCI API (started?) requiring urlencoded branch names, otherwise the calls were returning empty results. This caused the queue to never succeed. This fix urlencodes the branch name. See #89 ### Description add `urlencode` function and run `${CIRCLE_BRANCH}` through it while building branch-specific API url fixes #89 Co-authored-by: Andrew Barnett <andrew.barnett@aixplatform.com>
Orb version
1.8.1
What happened
"Oldest job" and "Oldest Workflow Timestamp" are returning
null
, which then blocks forever. Could this possibly be related to #88?My
config.yaml
looks like:Expected behavior
Things were working fine yesterday, but today it blocks until failure even if there is nothing else running.
The text was updated successfully, but these errors were encountered: