Fixed
Details
Assignee
Former userFormer user(Deactivated)Reporter
Former userFormer user(Deactivated)Blocked By
CodePriority
Medium
Details
Details
Assignee
Former user
Former user(Deactivated)Reporter
Former user
Former user(Deactivated)Blocked By
Code
Priority
Created August 23, 2017 at 1:25 PM
Updated November 1, 2017 at 10:03 AM
Resolved October 8, 2017 at 9:26 AM
In order to have fully functional secrets/environmental variables injection system in std ci, we need to change several things:
Add secrets file to Jenkins.
Inject the secrets file from Jenkins to all std ci jobs.
Filter the secrets file using secrets_resolvers.py (removes secrets that doesn't match by project and version)
Modify standard-builder to call mock_runner with the required parameters and pass it the filtered secrets file from Jenkins