Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 889 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (16 loc) · 889 Bytes

Contributing

Releasing a New Version

  1. Clone the repo locally and pull in any changes on master.
  2. Set your accounts.jenkins.io username and password in ./mvn/settings.xml.
  3. Run mvn release:prepare release:perform --settings .mvn/settings.xml.

Experimental Releases

To release experimental versions and configure Jenkins to use it read the documentation.

Testing the plugin

  1. Under .github, you'll find scripts to build a dockerized jenkins with the Snyk plugin, compiled from the current source, pre-installed.
  2. To do that, run the following scripts:
.github/build.sh
.github/run.sh

run.sh will output the local URL under which Jenkins can be reached, e.g. Please connect to IP address http://10.211.55.13:8080