You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Streamline and clean-up overview section of build websites
- Rearrange sections, improve labels and remove unnecessary text
- Beautify TOC styling
- Unify and improve display of runtimes
- Drop repo image
- Unify styling of lists
Copy file name to clipboardExpand all lines: JenkinsJobs/Builds/build.jenkinsfile
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -452,7 +452,7 @@ pipeline {
452
452
sh '''#!/bin/bash -xe
453
453
dropDir=${DROP_DIR}/${BUILD_ID}
454
454
if [ -n "${COMPARATOR_ERRORS_SUBJECT}" ]; then
455
-
echo "<p>This build has been marked unstable due to <a href='https://download.eclipse.org/eclipse/downloads/drops4/${BUILD_ID}/buildlogs/comparatorlogs/buildtimeComparatorUnanticipated.log.txt'>unanticipated comparator errors</a></p>" > ${dropDir}/buildUnstable
455
+
echo "This build has been marked unstable due to <a href='buildlogs/comparatorlogs/buildtimeComparatorUnanticipated.log.txt'>unanticipated comparator errors</a>." > ${dropDir}/buildUnstable
echo "<p>This build has been marked unstable due to <a href='https://download.eclipse.org/eclipse/downloads/drops4/${BUILD_ID}/buildlogs/comparatorlogs/buildtimeComparatorUnanticipated.log.txt'>unanticipated comparator errors</a></p>" > ${dropDir}/buildUnstable
545
+
echo "This build has been marked unstable due to <a href='https://download.eclipse.org/eclipse/downloads/drops4/${BUILD_ID}/buildlogs/comparatorlogs/buildtimeComparatorUnanticipated.log.txt'>unanticipated comparator errors</a>." > ${dropDir}/buildUnstable
<li><aclass="data-ref" href="https://eclipse.dev/eclipse/development/plans/eclipse_project_plan_${releaseShort}.xml#target_environments">Target Platforms and Environments</a></li>
40
33
</ul>
41
34
42
-
<h3id="tests">Summary of Unit Test Results</h3>
35
+
<h3id="reports">Reports</h3>
43
36
<p>
44
-
<spanid="test-completion-state">No</span> integration and unit test configurations are complete.
37
+
The <ahref="reports.html">Reports page</a> provides detailed build and tests logs and analyses of various aspects of this build.
<li><aclass="data-ref" href="https://eclipse.dev/eclipse/development/plans/eclipse_project_plan_${releaseShort}.xml#target_environments">Target Platforms and Environments</a></li>
62
56
<li><ahref="gitLog.html">Git log</a></li>
57
+
</ul>
58
+
59
+
<h4id="signatures">Checksums (SHA 512) and GPG Signatures</h4>
60
+
<ul>
63
61
<li><ahref="https://wiki.eclipse.org/Platform-releng/How_to_check_integrity_of_downloads">How to verify a download</a></li>
64
62
</ul>
65
63
<pclass="data-ref">
@@ -128,6 +126,8 @@ <h3 id="swt">SWT Binary and Source
0 commit comments