From b6010cd4313cb89596a0b245b39cd529711d5a83 Mon Sep 17 00:00:00 2001 From: Adam Townsend Date: Mon, 9 Oct 2023 18:37:46 -0700 Subject: [PATCH] remove the config in there --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index fc8facc..d34cdae 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -39,7 +39,7 @@ pipeline { reportFiles: 'index.html', reportName: 'Test Results', reportTitles: 'Test Coverage']) - livingDocs(fileIncludePattern: "cucumber.json") + livingDocs() } } }