Skip to content

Commit 79c088c

Browse files
Merge pull request #301 from Syncfusion-Content/hotfix/hotfix-v24.2.3
DOCINFRA-2341_merged_using_automation
2 parents c65196d + e1ad181 commit 79c088c

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)