Skip Patch When Plugin Not Installed
Explicitly set `phabricatorTriggeredBuild` to false on exit points on `AgentBuildExtension` because we are seeing behaviour that suggest the default value is not used in the `sourcesUpdated` step
This commit is contained in:
parent
6a16a01e93
commit
3564d14927
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ public class AgentBuildExtension extends AgentLifeCycleAdapter {
|
|||
.getBuildFeaturesOfType(Constants.BUILD_FEATURE_TYPE);
|
||||
|
||||
if (phabricatorBuildFeatureParameters.isEmpty()) {
|
||||
phabricatorTriggeredBuild = false;
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue