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 c2e9e53 commit 32b25b6Copy full SHA for 32b25b6
JenkinsJobs/Releng/publishToMaven.jenkinsfile
@@ -177,7 +177,8 @@ pipeline {
177
}
178
179
def installMavenDaemon(String version) {
180
- return install('mvnd', "https://downloads.apache.org/maven/mvnd/${version}/maven-mvnd-${version}-linux-amd64.tar.gz")
+ // Temporary workaround, until https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/6241#note_4109878 is really resolved
181
+ return install('mvnd', 'https://download.eclipse.org/oomph/archive/maven-mvnd-1.0.2-linux-amd64.tar.gz')
182
183
184
0 commit comments