remove the config in there

pull/19/head
Adam Townsend 2023-10-09 18:37:46 -07:00
parent 33bfb23405
commit b6010cd431
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -39,7 +39,7 @@ pipeline {
reportFiles: 'index.html', reportFiles: 'index.html',
reportName: 'Test Results', reportName: 'Test Results',
reportTitles: 'Test Coverage']) reportTitles: 'Test Coverage'])
livingDocs(fileIncludePattern: "cucumber.json") livingDocs()
} }
} }
} }