This repository was archived by the owner on Oct 29, 2024. It is now read-only.
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
In pipelines, environment variables from withEnv() are ignored #332
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels