jeffolson created JENKINS-12908:
-----------------------------------
Summary: TFS errors during get operation do not fail the build
Key: JENKINS-12908
URL: https://issues.jenkins-ci.org/browse/JENKINS-12908
Project: Jenkins
Issue Type: Bug
Components: tfs
Affects Versions: current
Environment: Windows XP
Reporter: jeffolson
Assignee: redsolo
We had a build that got several TFS errors when getting the full set of latest
code (due to moving to a new Jenkins machine). However, these errors did not
cause the build to fail. This is troubling, as the files in question were not
downloaded (or in some cases were left writable, meaning that subsequent builds
failed). It seems like the plugin should fail the build anytime an error
occurs when getting code.
Here are the errors we got. I'm sure there are other possible errors one could
get, too.
---- Summary: 0 conflicts, 0 warnings, 6 errors ----
F:\Hudson\jobs\checkpoint\workspace\CPWar\src\com\tta\checkpoint\servlet\CPHelpService.java:
The server returned content type text/html, which is not supported.
F:\Hudson\jobs\checkpoint\workspace\CPWar\src\com\tta\checkpoint\servlet\CPToolItemServlet.java:
TF246017: Team Foundation Server could not connect to the database. Verify
that the server that is hosting the database is operational, and that network
problems are not blocking communication with the server.
F:\Hudson\jobs\checkpoint\workspace\CPWar\src\com\tta\checkpoint\uiData\CPCodificationItem.java:
TF246017: Team Foundation Server could not connect to the database. Verify
that the server that is hosting the database is operational, and that network
problems are not blocking communication with the server.
F:\Hudson\jobs\checkpoint\workspace\CPWar\src\com\tta\checkpoint\utils\CPQueueWriter.java:
TF246017: Team Foundation Server could not connect to the database. Verify
that the server that is hosting the database is operational, and that network
problems are not blocking communication with the server.
F:\Hudson\jobs\checkpoint\workspace\CPWar\web\basic\secCompForm.jsp: TF246017:
Team Foundation Server could not connect to the database. Verify that the
server that is hosting the database is operational, and that network problems
are not blocking communication with the server.
F:\Hudson\jobs\checkpoint\workspace\CPWar\web\basic\css\srchAdvQry.css: The
server returned content type text/html, which is not supported.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira