osmith has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/30998 )
Change subject: jenkins-common: replace subnet in scm files too ......................................................................
jenkins-common: replace subnet in scm files too
Replace the subnet in *.scm configs of nplab-sua-test and nplab-m3ua-test too.
Related: OS#5802 Change-Id: Ia734df3721a4ae3408a17d33c835282b79174132 --- M jenkins-common.sh 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
diff --git a/jenkins-common.sh b/jenkins-common.sh index c7c282c..484e513 100644 --- a/jenkins-common.sh +++ b/jenkins-common.sh @@ -270,6 +270,7 @@ "$VOL_BASE_DIR" \ -name '*.cfg' -o \ -name '*.conf' -o \ + -name '*.scm' -o \ -name '*.sh' -o \ -name '*.txt' -o \ -name '*.yaml' \