Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Publishing Artifacts "Virus/Spyware Download Blocked" #4366

rwdyer ·

On a publish step we have recently started seeing ERROR - Step 'master>build core win32-PC all?wplat=win32-PC>build pc-client>publish core NgClient' is failed with an HTML payload containing the message:

<html>
<head>
<title>Virus/Spyware Download Blocked</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
<meta name="viewport" content="initial-scale=1.0">
<style>
#content {
border:3px solid#aaa;
background-color:#fff;
margin:1.5em;
padding:1.5em;
font-family:Tahoma,Helvetica,Arial,sans-serif;
font-size:1em;
}
h1 {
font-size:1.3em;
font-weight:bold;
color:#196390;
}
b {
font-weight:normal;
color:#196390;
}
</style>
</head>
<body bgcolor="#e7e8e9">
<div id="content">
<h1>Virus/Spyware Download Blocked</h1>
<p>Download of the virus/spyware has been blocked in accordance with company policy. Please contact your system administrator if you believe this is in error.</p>
<p><b>File name:</b> REDACTED.exe </p>
</div>
</body>
</html>

I've been unable to find what or where to modify this. Please advise.

  • replies 1
  • views 1352
  • stars 0
robinshen ADMIN ·

QB tries to tar and send files from agent to server when publish step runs. It seems that some of your virus scan software blocked this. You may need to tune your virus scan software to skip QB port.