buildkite-plugins / plugin-linter-buildkite-plugin

✨ A Buildkite plugin for linting your Buildkite plugins
MIT License
7 stars 3 forks source link

Using with private plugins #16

Closed jdotjdot closed 6 years ago

jdotjdot commented 6 years ago

We're writing our first Buildkite plugin and trying to lint it with this plugin as part of the plugin's own build pipeline. For id, we're passing the full SSH Github path, but we're getting errors like this:

--id can not end with -buildkite-plugin.

Can this be used with private plugins? If so, how?

jdotjdot commented 6 years ago

Nevermind, turns out that version number is required.

toolmantim commented 6 years ago

Ah, sorry that error message was confusing. Glad you got it sorted tho. Suggestions for an error detection that would have meant you debugged it a little quicker?