Page MenuHomePhabricator

The variable buildable.commit doesn't seem to work in HTTP request
Closed, ResolvedPublic

Description

I created a build plan with several http requests, I would like to trigger this build plan on each differential creation so I created a Herald rule.
Also, I want to pass in parameter of http requests the branch of the differential but the variable is not supported so I gave the "buildable.commit" one but it is not filled (left blank).

buildable.diff 5159
buildable.revision 1124
buildable.commit
repository.callsign REF
repository.vcs git
repository.uri git@....
step.timestamp 1399983793
build.id 4
target.phid PHID-HMBT-jjjs7ol7mrsfqe444j5k

Event Timeline

benjamin.cohen-solal raised the priority of this task from to Needs Triage.
benjamin.cohen-solal updated the task description. (Show Details)

For revisions, buildable.commit isn't expected to be filled.

You can trigger builds on either a diff (from Differential) or a commit (from a repository).

If you trigger builds on a revision, buildable.diff and buildable.revision will be populated.

If you trigger builds on a commit, buildable.commit will be populated.

ok thanks so this feature is not for me ;)
you can close the ticket

epriestley claimed this task.