Skip to content

Commit 70c8f32

Browse files
Merge pull request #144 from Syncfusion-Content/hotfix/hotfix-v24.2.3
DOCINFRA-2341_merged_using_automation
2 parents fb331e2 + d7bc0b3 commit 70c8f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ if(currentBuild.result != 'FAILURE')
7474

7575
stage 'Delete Workspace'
7676

77-
def files = findFiles(glob: '**/cireports/spellcheck/*.*')
77+
def files = findFiles(glob: '**/cireports/*.*')
7878

7979
if(files.size() > 0)
8080
{

0 commit comments

Comments
 (0)