1
0
Fork 0

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:
Steven Cooney 2019-06-05 16:38:13 +01:00
parent 6a16a01e93
commit 3564d14927

View file

@ -42,6 +42,7 @@ public class AgentBuildExtension extends AgentLifeCycleAdapter {
.getBuildFeaturesOfType(Constants.BUILD_FEATURE_TYPE);
if (phabricatorBuildFeatureParameters.isEmpty()) {
phabricatorTriggeredBuild = false;
return;
}