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

Do not change job parameters with env variables #94

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mgor
Copy link

@mgor mgor commented Mar 6, 2018

This is basically a re-implementation of PR #77, or at least parts of it. Seems like it was already implemented except that the log messages still contained the unexpanded patterns which was a bit confusing.

Environment variables when expanded changed the job settings.
It should only expand during the actual build, so that parameterized
builds don't have to be reverted after every run.

Moved expansion a bit earlier, so that the log messages contains
the patterns when they have been expanded.

Added a new testcase, that will fail without the changes to
JacocoPublisher.java.

Environment variables when expanded changed the job settings.
It should only expand during the actual build, so that parameterized
build jobs don't have to be reverted after every run.

Moved expansion a bit earlier, so that the log messages contains
the patterns when they have been expanded.

Added a new testcase, that will fail without the changes to
JacocoPublisher.java.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant