Skip to content
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

In pipelines, environment variables from withEnv() are ignored #332

Open
Artalus opened this issue Oct 25, 2019 · 0 comments
Open

In pipelines, environment variables from withEnv() are ignored #332

Artalus opened this issue Oct 25, 2019 · 0 comments

Comments

@Artalus
Copy link

Artalus commented Oct 25, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant