sashko
released this
21 Nov 19:53
Jenkinsfile: parameterize variants & images to be built
The variants and images to be built were hardcoded in
JenkinsFile. So if there was a need to add or remove
variants and images, the code needs to be changed. With
this change, a list of variant and images are defined
in Jenkins Environment, which are read dynamically in
JenkinsFile. So adding/removing variants and images do
not require code change.
Signed-off-by: Tariq Ansari <tansari@luxoft.com>
(cherry picked from commit a0d6cdfa7048a3f76507196f33dd833efa3fe973)