Skip to content

Commit 67ec33a

Browse files
Merge pull request #422 from Syncfusion-Content/hotfix/hotfix-v24.2.3
DOCINFRA-2341_merged_using_automation
2 parents 0a7786d + d59fce0 commit 67ec33a

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)