Skip to content

Commit

Permalink
removed customUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
annaibm committed May 24, 2024
1 parent ba93cf2 commit b9fa804
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions buildenv/jenkins/JenkinsfileBase
Original file line number Diff line number Diff line change
Expand Up @@ -1075,9 +1075,6 @@ def getCustomUrl() {
jenkinsDomain = "openj9-jenkins.osuosl.org"
}
def customUrl = "https://${jenkinsDomain}/job/test.getDependency/lastSuccessfulBuild/artifact/"
if (env.BUILD_LIST == 'system') {
customUrl = "https://ci.adoptium.net/job/systemtest.getDependency/lastSuccessfulBuild/artifact/"
}
echo "Custom URL: ${customUrl}"
return customUrl
}
Expand Down

0 comments on commit b9fa804

Please sign in to comment.