Jenkins is a continuous integration and deployment tool.
Download and Install Gauge on the Jenkins slave/local.
Install the required gauge language plugin on the Jenkins slave/local.
Gauge is installed system wide by default and not user wide. However, plugins are installed per user. So plugins should be installed via user account with which the Jenkins slave executes. Refer default install location of Gauge and its plugins.
Alternately, you can set custom location for plugins so that its accessible to Jenkins slave running as a different user.
Create a new job which will run gauge run specs.
In Source Code Management select Git give the git repository url.
In Build select Execute Shell and specify the command gauge run specs.
Eg. gauge run –tags tag1 & tag2 specs
Adding a flag -p runs them using Parallel execution.
Run against specific Using environments in a Gauge project using the –env flag
See the Manpage for list of all the flags that can be used.
Console output can be seen while execution of job and reports can be seen after execution at ../reports/html-report/index.html