Fixed
Details
Assignee
Former userFormer user(Deactivated)Reporter
Former userFormer user(Deactivated)Priority
Highest
Details
Details
Assignee
Former user
Former user(Deactivated)Reporter
Former user
Former user(Deactivated)Priority
Created August 21, 2017 at 11:22 AM
Updated November 1, 2017 at 10:02 AM
Resolved October 8, 2017 at 10:02 AM
We need to add support to inject environmental variables from Jenkins to Mock env using ci_env_client.py.
The problem is that when mock is reading the configuration file, it's already running as root, so we don't have the environmental variables we need to inject.
The solution is probably to save the variables before we're running as root.