add new branch for testing
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -22,7 +22,7 @@ pipeline {
|
||||
|
||||
stage('Generate HTML report') {
|
||||
steps {
|
||||
cucumber buildStatus: UNSTABLE,
|
||||
cucumber buildStatus: "UNSTABLE",
|
||||
fileIncludePattern: '**/cucumber.json',
|
||||
jsonReportDirectory: 'target'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user