Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.18 KB

README.md

File metadata and controls

35 lines (28 loc) · 1.18 KB

pathignore-plugin-jenkins

Introduction

Getting started

Preparing for Development

  • OpenJDK
  • Maven
    • Version: 3.8.1
    • Download url: https://maven.apache.org/download.cgi
    • To install it and add full path of bin folder of Maven in your PATH variable
    • To verify that Maven is installed, run the following command: mvn -version
  • IntelliJ IDEA (optional)

Build hpi

  • Method1
    • Start a command window and run the follwing command:
      • build hpi: mvn verify
      • run Jenkins server with hpi file: mvn hpi:run
  • Method2
    • Open Pathignore-plugin project by IntelliJ IDEA
    • Click Button named "Build Project" to build hpi
    • Click Button named "Debug" to run Jenkins server with hpi

LICENSE

Licensed under MIT, see LICENSE