We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b4b67 commit eecf483Copy full SHA for eecf483
buildenv/jenkins/JenkinsfileBase
@@ -1185,9 +1185,9 @@ def getCustomUrl() {
1185
def jenkinsDomain = getJenkinsDomain()
1186
if (jenkinsDomain.contains("hyc-runtimes")) {
1187
jenkinsDomain = "openj9-jenkins.osuosl.org"
1188
- } else if (jenkinsDomain.contains("temurin-compliance")) {
1189
- jenkinsDomain = "ci.adoptium.net"
1190
- }
+ } else if (jenkinsDomain.contains("temurin-compliance") || jenkinsDomain.contains("adoptium-team")) {
+ jenkinsDomain = "ci.adoptium.net"
+ }
1191
1192
def customUrl = "https://${jenkinsDomain}/job/test.getDependency/lastSuccessfulBuild/artifact/"
1193
echo "Custom URL: ${customUrl}"
0 commit comments