Skip to content

Commit

Permalink
Revert "[FIXED JENKINS-13751] - PromotionProcess returns SCM of its o…
Browse files Browse the repository at this point in the history
…wner"
  • Loading branch information
oleg-nenashev committed Dec 17, 2015
1 parent f0bbda7 commit 2c3a25e
Showing 1 changed file with 0 additions and 6 deletions.
Expand Up @@ -30,7 +30,6 @@
import hudson.model.labels.LabelAtom;
import hudson.model.labels.LabelExpression;
import hudson.plugins.promoted_builds.conditions.ManualCondition.ManualApproval;
import hudson.scm.SCM;
import hudson.security.ACL;
import hudson.tasks.BuildStep;
import hudson.tasks.BuildStepDescriptor;
Expand Down Expand Up @@ -111,11 +110,6 @@ public static PromotionProcess fromJson(StaplerRequest req, JSONObject o) throws
return p;
}

@Override
public SCM getScm() {
return this.getOwner().getScm();
}

@Override
public void doSetName(String name) {
super.doSetName(name);
Expand Down

0 comments on commit 2c3a25e

Please sign in to comment.