Skip to content

Commit 431e8ed

Browse files
committed
Map snapshots-repo through URM for mirror profile (#14552)
Follow up https://github.com/NVIDIA/spark-rapids/pull/14517/changes#r3042619481 Add snapshots-repo repository override and server credentials alongside existing apache-snapshots-repo entries in the mirror-apache-to-urm profile. - [ ] This PR has added documentation for new or modified features or behaviors. - [ ] This PR has added new tests or modified existing tests to cover new code paths. (Please explain in the PR description how the new code paths are tested, such as names of the new/existing tests that cover them.) - [ ] Performance testing has been performed and its results are added in the PR description. Or, an issue has been filed with a link in the PR description. Signed-off-by: timl <timl@nvidia.com>
1 parent 0bd50b0 commit 431e8ed

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

jenkins/settings.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@
4747
<password>${env.URM_CREDS_PSW}</password>
4848
<id>apache-snapshots-repo</id>
4949
</server>
50+
<server>
51+
<username>${env.URM_CREDS_USR}</username>
52+
<password>${env.URM_CREDS_PSW}</password>
53+
<id>snapshots-repo</id>
54+
</server>
5055
<server>
5156
<username>${env.URM_CREDS_USR}</username>
5257
<password>${env.URM_CREDS_PSW}</password>
@@ -113,6 +118,11 @@
113118
<name>sw-spark-maven</name>
114119
<url>${env.URM_URL}</url>
115120
</repository>
121+
<repository>
122+
<id>snapshots-repo</id>
123+
<name>sw-spark-maven</name>
124+
<url>${env.URM_URL}</url>
125+
</repository>
116126
<repository>
117127
<id>cloudera-repo</id>
118128
<name>sw-spark-maven</name>

0 commit comments

Comments
 (0)