jenkinsci / cloudevents-plugin

Cloudevents Plugin for Jenkins
https://plugins.jenkins.io/cloudevents/
MIT License
18 stars 15 forks source link

Installing cloudevents-plugin #12

Open GouravSardana opened 3 years ago

GouravSardana commented 3 years ago

Hey Jenkins Family,

Can you provide a link to install the plugin in dev mode or provide me a link to how to install the plugin locally?

ShrutiC-git commented 3 years ago

Hi @GouravSardana ! Here are some of the docs which will help you get started with developing the plugin: https://www.jenkins.io/doc/developer/tutorial/prepare/ https://www.jenkins.io/doc/developer/plugin-development/

To run this plugin, once you have the required tools installed, you can git clone into a folder, and open the project in an IDE (preferably an idea which supports Maven like IntelliJ iDEA).

And, to run it on your local Jenkins installation, you can run mvn hpi:run

GouravSardana commented 3 years ago

Thanks, @ShrutiC-git. Let me try If I face any issues. I'll mention it here