Graylog2 / graylog-project-cli

CLI tool for graylog-project
Other
23 stars 8 forks source link

Implement CI build command #3

Open bernd opened 7 years ago

bernd commented 7 years ago

We should implement some kind of CI build command that can be used to run plugin builds on a CI systems like Travis-CI and Jenkins.

The idea is that you can run something like graylog-project ci-build inside a plugin project and the tool creates an implicit manifest that includes the server and the current plugin project.

This would solve the problem we currently have that we manually have to clone the server repository in the CI "script" to be able to build web plugins.