Fixed
Details
Assignee
Former userFormer user(Deactivated)Reporter
Barak KorrenBarak Korren(Deactivated)Blocked By
CodeComponents
Priority
Medium
Details
Details
Assignee
Former user
Former user(Deactivated)Reporter
Barak Korren
Barak Korren(Deactivated)Blocked By
Code
Components
Priority
Created January 23, 2017 at 9:33 AM
Updated August 3, 2017 at 3:02 PM
Resolved August 1, 2017 at 12:35 PM
Right now scripts running in standard-CI have no information about the environment they are running in. This is by design, because the scripts are supposed to behave the same if they are running locally or on a Jenkins slave.
But there are cases where letting the script know it is running in CI is useful. For example - to make it use the package mirrors in the CI system instead of getting packages over the internet.
It seems that essentially all the information that is passed to '
mock_runner.sh
' on the command line should be made available to the automation script as environment variables. Additionally, information from Gerrit would probably also be useful.