Trying to figure out what a sane way to test personality changes is. I have a patch on a project this adds a flag to the mvn execution to enable an additional profile.
When Jenkins runs the precommit tests, I looked at the logs and both the branch and patch execution included that profile. I appreciate that there is a comment left at the start of the run that there is a change in the test environment, but it still seems strange that the branch and patch executions end up being identical. This makes a failure difficult to reason about. Are there downsides to running branch in the old environment and patch in the new? Mike
