Skip to content

Commit

Permalink
[JENKINS-35375] Mark TimestamperStep as optional extension
Browse files Browse the repository at this point in the history
Prevents warning messages when the Pipeline Step API plugin is not installed.
  • Loading branch information
StevenGBrown committed Jun 12, 2016
1 parent 6f01cd5 commit 9be1c58
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -102,7 +102,7 @@ public void stop(@Nonnull Throwable cause) throws Exception {
/**
* Descriptor for {@link TimestamperStep}.
*/
@Extension(dynamicLoadable = YesNoMaybe.YES)
@Extension(dynamicLoadable = YesNoMaybe.YES, optional = true)
public static class DescriptorImpl extends AbstractStepDescriptorImpl {

/**
Expand Down

0 comments on commit 9be1c58

Please sign in to comment.