add new branch for testing

This commit is contained in:
TechPrimers
2018-10-29 23:40:30 +05:30
parent 6babdf33cb
commit 8404775d1f

8
Jenkinsfile vendored
View File

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