Jenkins is a continuous integration and deployment tool.
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.
![]()
configuring¶
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.