Adding support for beanstalkd-based workers.
This commit is contained in:
parent
07711a4e04
commit
3cbf9a1343
9 changed files with 699 additions and 351 deletions
|
|
@ -228,7 +228,7 @@ class Build extends BuildBase
|
|||
if (!$this->getId()) {
|
||||
return null;
|
||||
}
|
||||
return PHPCI_BUILD_ROOT_DIR . $this->getId();
|
||||
return PHPCI_BUILD_ROOT_DIR . $this->getId() . '_' . substr(md5(microtime(true)), 0, 5);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue