add new branch for testing

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

2
Jenkinsfile vendored
View File

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