To run your project in Jenkins code example

Example: To run your project in Jenkins

1) Login to Jenkins account
2) Create project - freestyle
3) Install plugins -cucumber report and git
4) Under source code management choose
	git and past git url
5) Build trigger - choose to build periodically
6) Invoke top-level maven
	1. Maven version; MAVEN_HOME
	2. Goals; clean verify -
	Drunner=smoke_runner.xml
7) Under post-build actions
8) Editable email notification
9) Failure-Any
	1. Click advanced
	2. Recipient list - email address who will
	receive the report. Add comma if multiple
	3. Click add trigger - like failure always
	4. Attach build log; select attach build log
	5. Save
10) Final Step
	1. Click build now and test will run and
	gives your cucumber report

Tags:

Misc Example