Skip to content

Commit e123be8

Browse files
Merge pull request #390 from Syncfusion-Content/hotfix/hotfix-v24.2.3
DOCINFRA-2341_merged_using_automation
2 parents 96a6bde + 1ce73c1 commit e123be8

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
@@ -75,7 +75,7 @@ if(currentBuild.result != 'FAILURE')
7575

7676
stage 'Delete Workspace'
7777

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

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

0 commit comments

Comments
 (0)