rancher/qa-jenkins-library

Remove Hard-Coded Container and Name Generation in Testing Repository Scripts to Support Multiple Dynamic Names

Open

#5 geöffnet am 23. Juli 2025

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Groovy (4 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (0 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide