rancher/qa-jenkins-library
Voir sur GitHubRemove Hard-Coded Container and Name Generation in Testing Repository Scripts to Support Multiple Dynamic Names
Open
#5 ouverte le 23 juil. 2025
good first issue
Métriques du dépôt
- Stars
- (0 stars)
- Métriques de merge PR
- (Métriques PR en attente)
Description
Image names for the runs are currently hard-coded, https://github.com/rancher/tests/blob/main/validation/build.sh#L18, but with shared libraries names, we should be able to update this dynamically.
Just to give an idea of how the container and image name generation would look with these changes: https://github.com/rancher/qa-jenkins-library/pull/1/files#diff-c0c5ca0bac795d9e278ef4d9167345c46d62e0f0722a58c268cc47e35e6a9e68R17-R36