E2E test jobs on CRW CCI have configuration written in view of bash script.
It leads to duplication of code between the jobs, and makes it harder to control the changes.
Solution:
1) extract variative part of configuration, like test suite name, into job variable;
2) describe separate stage of build explicitly in view of pipeline stage;
3) extract script which builds the job and put it under version control into the CRW group repo.
- relates to
-
CRW-209 Setup repo to store resources for installation path tests on CRW Jenkins CI
- Closed