Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
[JENKINS-40759] Should depend on the structs plugin, not the library
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Feb 13, 2017
1 parent f29227d commit 14425ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVGUIDE.md
Expand Up @@ -186,7 +186,7 @@ then scripts would use this builder as follows:
step([$class: 'ForgetBuilder', what: 'everything'])
```

To make for a more attractive and mnemonic usage style, you can depend on `org.jenkins-ci:symbol-annotation`
To make for a more attractive and mnemonic usage style, you can depend on `org.jenkins-ci.plugins:structs`
and add a `@Symbol` to your `Descriptor`, uniquely identifying it among extensions of its kind
(in this example, `SimpleBuildStep`s):

Expand Down

0 comments on commit 14425ed

Please sign in to comment.