-
Notifications
You must be signed in to change notification settings - Fork 102
No 'result' object found in conduit call #248
Comments
Been dealing with this issue trying to set things up. The issue can be a result of a few different things:
One you can run
|
This issue in particular helped me: #30 |
Followed the tutorial to integrate the Jenkins with Phabricator, but keeping getting errors like following in Jenkins console log:
The exception is raised in
phabricator-jenkins-plugin/src/main/java/com/uber/jenkins/phabricator/conduit/DifferentialClient.java
:I tried the command
echo '{"ids": [67]}' | arc call-conduit differential.querydiffs | python -mjson.tool > test.json
, which generates output like:I believe the
result
should be changed toresponse
The text was updated successfully, but these errors were encountered: