Verigreen / verigreen

Verigreen is a lightweight, server side solution for verification of git commits. It is a gated check-in process which will not allow any failed CI commit to go into an integration/release/any protected branch. We keep it green (hence the name).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows jenkins support

SolidSoftwareServices opened this issue · comments

This plugin looks awesome, is there any way to make it work on a Windows Jenkins deployment?

One workaround is to install docker and get jenkins + verigreen running on docker containers...

We use to developed it over Windows - jenkins.
another way of achieving it is using Jetty or tomcat. please see deployment page.