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