|
@@ 71-73 (lines=3) @@
|
| 68 |
|
$config->set('exclude', $jsonData['exclude']); |
| 69 |
|
} |
| 70 |
|
|
| 71 |
|
if (isset($jsonData['plugins'], $jsonData['plugins']['git'], $jsonData['plugins']['git']['binary'])) { |
| 72 |
|
$config->set('git', $jsonData['plugins']['git']['binary']); |
| 73 |
|
} |
| 74 |
|
|
| 75 |
|
if (isset($jsonData['plugins'], $jsonData['plugins']['junit'], $jsonData['plugins']['junit']["report"])) { |
| 76 |
|
$config->set('junit', $jsonData['plugins']['junit']["report"]); |
|
@@ 75-77 (lines=3) @@
|
| 72 |
|
$config->set('git', $jsonData['plugins']['git']['binary']); |
| 73 |
|
} |
| 74 |
|
|
| 75 |
|
if (isset($jsonData['plugins'], $jsonData['plugins']['junit'], $jsonData['plugins']['junit']["report"])) { |
| 76 |
|
$config->set('junit', $jsonData['plugins']['junit']["report"]); |
| 77 |
|
} |
| 78 |
|
|
| 79 |
|
// reports |
| 80 |
|
if (isset($jsonData['report']) && is_array($jsonData['report'])) { |