parent
abd50bf4bd
commit
680412cab7
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ class BuildInterpolator
|
|||
$this->interpolation_vars = array();
|
||||
$this->interpolation_vars['%PHPCI%'] = 1;
|
||||
$this->interpolation_vars['%COMMIT%'] = $build->getCommitId();
|
||||
$this->interpolation_vars['%BRANCH%'] = $build->getBranch();
|
||||
$this->interpolation_vars['%PROJECT%'] = $build->getProjectId();
|
||||
$this->interpolation_vars['%BUILD%'] = $build->getId();
|
||||
$this->interpolation_vars['%PROJECT_TITLE%'] = $build->getProjectTitle();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue