Now builds artifacts remove when remove build and project. Issue #107.
This commit is contained in:
parent
3ec111da24
commit
0fc2a66678
6 changed files with 149 additions and 45 deletions
|
|
@ -70,7 +70,7 @@ class BuildDBLogHandler extends AbstractProcessingHandler
|
|||
protected function write(array $record)
|
||||
{
|
||||
$message = (string)$record['message'];
|
||||
$message = str_replace($this->build->currentBuildPath, './', $message);
|
||||
$message = str_replace($this->build->getBuildPath(), './', $message);
|
||||
|
||||
$this->logValue .= $message . PHP_EOL;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue