cloudevents-plugin icon indicating copy to clipboard operation
cloudevents-plugin copied to clipboard

Installing cloudevents-plugin

Open GouravSardana opened this issue 4 years ago • 2 comments

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?

GouravSardana avatar Oct 02 '21 08:10 GouravSardana

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

ShrutiC-git avatar Oct 02 '21 08:10 ShrutiC-git

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

GouravSardana avatar Oct 03 '21 16:10 GouravSardana