![]()
|
|||||
JBoss Tools - ${update_site_description}: ${update_site_qualifier}
LogsLogs are for ${JOB_NAME}.
Lastest Console (!)
Git RevisionTarget Platforms:
Target Platforms are built upstream via this job:
<%
toRefspec = { tpVersion ->
if (tpVersion.endsWith("-SNAPSHOT")) {
segments = tpVersion.split("\\.");
segments[0] + "." + segments[1] + ".x";
} else {
tpVersion;
}
}
%>
JBT Target Platforms: Min & Max
<% def STREAM_NAME = JOB_NAME.substring(JOB_NAME.lastIndexOf("_") + 1).replace("master", "Trunk") %>
Test Results
Test results below are cumulative across all jobs in the JBossTools_${STREAM_NAME} view. WARNING<% def warning = "This build has been deemed by the JBossTools team to be in good working condition. Please note that this build may be a developer release, and if so should be treated with slightly more understanding and care than a stable release. Please see the release notes on JIRA and/or Sourceforge for further information." if (update_site_description.contains("Nightly")) { warning = "This nightly build is a direct build from SVN/CVS and is provided as-is with no guarantees. Be advised that while there is no prior proof, if this build sets fire to your computer, you were sufficiently warned!" } %>${warning} Any suggestions/issues should be posted on the relevant product forums and should clearly indicate that you are using a ${update_site_description}. Please take care in making sure that your issue hasn't already been addressed when posting on forums or opening new JIRA issues. Note: Links tagged with (!) are live and will change with subsequent builds to show the latest results. See also Build Job Cascade & Results
|