-
Bug
-
Resolution: Won't Fix
-
Major
-
None
-
Windows XP
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.
What kind of problems did it miss? If I have the incorrect server/auth then it will fail the build. But i guess there could be a problem with the TFS workspace if it has been moved to a new server...