HBASE-24092 Fix links to build reports generated by nightly job
Signed-off-by: stack <stack@apache.org>
This commit is contained in:
parent
0595200fb5
commit
e85dfdc511
|
@ -232,7 +232,7 @@ pipeline {
|
||||||
echo '(x) {color:red}-1 general checks{color}' > "${OUTPUT_DIR}/commentfile"
|
echo '(x) {color:red}-1 general checks{color}' > "${OUTPUT_DIR}/commentfile"
|
||||||
status=1
|
status=1
|
||||||
fi
|
fi
|
||||||
echo "-- For more information [see general report|${BUILD_URL}/General_Nightly_Build_Report/]" >> "${OUTPUT_DIR}/commentfile"
|
echo "-- For more information [see general report|${BUILD_URL}General_20Nightly_20Build_20Report/]" >> "${OUTPUT_DIR}/commentfile"
|
||||||
exit "${status}"
|
exit "${status}"
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
|
@ -298,7 +298,7 @@ pipeline {
|
||||||
echo '(x) {color:red}-1 jdk7 checks{color}' > "${OUTPUT_DIR}/commentfile"
|
echo '(x) {color:red}-1 jdk7 checks{color}' > "${OUTPUT_DIR}/commentfile"
|
||||||
status=1
|
status=1
|
||||||
fi
|
fi
|
||||||
echo "-- For more information [see jdk7 report|${BUILD_URL}/JDK7_Nightly_Build_Report/]" >> "${OUTPUT_DIR}/commentfile"
|
echo "-- For more information [see jdk7 report|${BUILD_URL}/JDK7_20Nightly_20Build_20Report/]" >> "${OUTPUT_DIR}/commentfile"
|
||||||
exit "${status}"
|
exit "${status}"
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
|
@ -376,7 +376,7 @@ pipeline {
|
||||||
echo '(x) {color:red}-1 jdk8 hadoop2 checks{color}' > "${OUTPUT_DIR}/commentfile"
|
echo '(x) {color:red}-1 jdk8 hadoop2 checks{color}' > "${OUTPUT_DIR}/commentfile"
|
||||||
status=1
|
status=1
|
||||||
fi
|
fi
|
||||||
echo "-- For more information [see jdk8 (hadoop2) report|${BUILD_URL}/JDK8_Nightly_Build_Report_(Hadoop2)/]" >> "${OUTPUT_DIR}/commentfile"
|
echo "-- For more information [see jdk8 (hadoop2) report|${BUILD_URL}JDK8_20Nightly_20Build_20Report_20_28Hadoop2_29/]" >> "${OUTPUT_DIR}/commentfile"
|
||||||
exit "${status}"
|
exit "${status}"
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
|
@ -461,7 +461,7 @@ pipeline {
|
||||||
echo '(x) {color:red}-1 jdk8 hadoop3 checks{color}' > "${OUTPUT_DIR}/commentfile"
|
echo '(x) {color:red}-1 jdk8 hadoop3 checks{color}' > "${OUTPUT_DIR}/commentfile"
|
||||||
status=1
|
status=1
|
||||||
fi
|
fi
|
||||||
echo "-- For more information [see jdk8 (hadoop3) report|${BUILD_URL}/JDK8_Nightly_Build_Report_(Hadoop3)/]" >> "${OUTPUT_DIR}/commentfile"
|
echo "-- For more information [see jdk8 (hadoop3) report|${BUILD_URL}JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]" >> "${OUTPUT_DIR}/commentfile"
|
||||||
exit "${status}"
|
exit "${status}"
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
|
@ -550,7 +550,7 @@ pipeline {
|
||||||
echo '(x) {color:red}-1 jdk11 hadoop3 checks{color}' > "${OUTPUT_DIR}/commentfile"
|
echo '(x) {color:red}-1 jdk11 hadoop3 checks{color}' > "${OUTPUT_DIR}/commentfile"
|
||||||
status=1
|
status=1
|
||||||
fi
|
fi
|
||||||
echo "-- For more information [see jdk11 report|${BUILD_URL}/JDK11_Nightly_Build_Report/]" >> "${OUTPUT_DIR}/commentfile"
|
echo "-- For more information [see jdk11 report|${BUILD_URL}JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]" >> "${OUTPUT_DIR}/commentfile"
|
||||||
exit "${status}"
|
exit "${status}"
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue