Skip to content

Commit

Permalink
resolve merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
philowest committed Apr 12, 2015
1 parent 8239816 commit e501b18
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/main/java/jenkins/plugins/slack/ActiveNotifier.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,7 @@ public void deleted(AbstractBuild r) {
}

public void started(AbstractBuild build) {
/*
String changes = getChanges(build);
CauseAction cause = build.getAction(CauseAction.class);
AbstractProject<?, ?> project = build.getProject();
SlackNotifier.SlackJobProperty jobProperty = project.getProperty(SlackNotifier.SlackJobProperty.class);
*/

AbstractProject<?, ?> project = build.getProject();
SlackNotifier.SlackJobProperty jobProperty = project.getProperty(SlackNotifier.SlackJobProperty.class);

Expand Down

0 comments on commit e501b18

Please sign in to comment.