Skip to content

Commit 4f9ef43

Browse files
committed
[RelEng] Simplify/shorten 'sign-off page' link in the download page
1 parent 5a8118d commit 4f9ef43

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

JenkinsJobs/Releng/promoteBuild.jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ pipeline {
7676
} else if (env.SIGNOFF_BUG ==~ '\\d+') {
7777
assignEnvVariable('SIGNOFF_BUG', "https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/${SIGNOFF_BUG}")
7878
}
79-
assignEnvVariable('SIGNOFF_BUG_LABEL', env.SIGNOFF_BUG.replace('https://github.com/','').replace('/issues/','#'))
8079
}
8180
}
8281
}
@@ -118,7 +117,7 @@ pipeline {
118117

119118
# SIGNOFF_BUG should not be defined if there are no JUnit failures to investigate and explain
120119
if [[ -n "${SIGNOFF_BUG}" ]]; then
121-
echo -e "<p>Any unit test failures below have been investigated and found to be test-related and do not affect the quality of the build.\\nSee the sign-off page <a href=\\"${SIGNOFF_BUG}\\">${SIGNOFF_BUG_LABEL}</a> for details.</p>" > 'testNotes.html'
120+
echo -e "<p>Any unit test failures below have been investigated and found to be test-related and do not affect the quality of the build.\\nSee the <a href=\\"${SIGNOFF_BUG}\\">sign-off page</a> for details.</p>" > 'testNotes.html'
122121
fi
123122
'''
124123
}

0 commit comments

Comments
 (0)