add new branch for testing

This commit is contained in:
TechPrimers
2018-10-29 23:42:48 +05:30
parent 8404775d1f
commit 1f487f5f1e

2
Jenkinsfile vendored
View File

@@ -22,7 +22,7 @@ pipeline {
stage('Generate HTML report') {
steps {
cucumber buildStatus: UNSTABLE,
cucumber buildStatus: "UNSTABLE",
fileIncludePattern: '**/cucumber.json',
jsonReportDirectory: 'target'
}