Skip to content

Commit

Permalink
Noting a use case for JENKINS-39404.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Nov 1, 2016
1 parent 586c840 commit e03e4a2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -38,7 +38,7 @@ public void onStarted(Run<?, ?> run, TaskListener listener) {
}

@Override
@SuppressWarnings("deprecation") // TODO Actionable offers no standard way of removing actions
@SuppressWarnings("deprecation") // TODO JENKINS-39404 Actionable offers no standard way of removing actions
public void onCompleted(Run<?,?> run, @Nonnull TaskListener listener) {
List<BuildTriggerAction> actions = run.getActions(BuildTriggerAction.class);
for (BuildTriggerAction action : actions) {
Expand Down

0 comments on commit e03e4a2

Please sign in to comment.