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 Oct 29, 2024. It is now read-only.
If you try to use the plugin from Pipeline via step([$class: 'PhabricatorNotifier']) it seems it requires PHID and DIFF_ID strictly in build parameters. Even if you try to wrap the step in withEnv(["DIFF_ID=$x", "PHID=$target"]) { ... }, the build will report that Harbormaster integration not enabled for this build.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If you try to use the plugin from Pipeline via
step([$class: 'PhabricatorNotifier'])
it seems it requiresPHID
andDIFF_ID
strictly in build parameters. Even if you try to wrap the step inwithEnv(["DIFF_ID=$x", "PHID=$target"]) { ... }
, the build will report thatHarbormaster integration not enabled for this build.
The text was updated successfully, but these errors were encountered: