From c8e2c3bddc7f3a51d27b10565df15ea43da734bf Mon Sep 17 00:00:00 2001 From: Kumaresansyncfusion Date: Mon, 27 Oct 2025 19:51:28 +0530 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac85987dc..664ff5796 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # document-processing-docs -This is the GitHub repository for the technical product documentation for Syncfusion Document processing components. This documentation is published to http://help.syncfusion.com/document-processing +This is the GitHub repository for the technical product documentation for Syncfusion Document processing components. This documentation is published to http://help.syncfusion.com/document-processing. From 7778f82ba0c16f9940e171a3867e9343d087c4a9 Mon Sep 17 00:00:00 2001 From: Kumaresansyncfusion Date: Mon, 27 Oct 2025 20:19:37 +0530 Subject: [PATCH 2/4] Update Jenkinsfile --- Jenkinsfile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 85a28ac8f..3f6fe5b23 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,8 +15,9 @@ String platform='file-formats'; { dir('Spell-Checker') { + checkout scm - + echo '1'; def branchCommit = 'https://api.github.com/repos/syncfusion-content/'+env.githubSourceRepoHttpUrl.split('/')[env.githubSourceRepoHttpUrl.split('/').size() - 1]+'/pulls/' + env.pullRequestId + '/files' String branchCommitDetails = bat returnStdout: true, script: 'curl -H "Accept: application/vnd.github.v3+json" -u SyncfusionBuild:' + env.GithubBuildAutomation_PrivateToken + " " + branchCommit @@ -28,7 +29,7 @@ String platform='file-formats'; def ChangeFile= ChangeFiles[i].split(',')[0].replace('"', '') Content += env.WORKSPACE + "\\Spell-Checker\\" + ChangeFile + "\r\n"; } - + echo '2' if (Content) { writeFile file: env.WORKSPACE+"/cireports/content.txt", text: Content } @@ -37,10 +38,10 @@ String platform='file-formats'; } } - + echo '3' //Checkout the ug_spellchecker from development Source checkout([$class: 'GitSCM', branches: [[name: '*/development']], doGenerateSubmoduleConfigurations: false, extensions: [[$class: 'RelativeTargetDirectory', relativeTargetDir: 'ug_spellchecker']], submoduleCfg: [], userRemoteConfigs: [[credentialsId: env.githubCredentialId, url: 'https://github.com/syncfusion-content/ug_spellchecker.git']]]) - + echo '4' } } From 867c849310e80e3e57f40d58b3c7628deff11487 Mon Sep 17 00:00:00 2001 From: Kumaresansyncfusion Date: Mon, 27 Oct 2025 20:21:14 +0530 Subject: [PATCH 3/4] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3f6fe5b23..b3b9dbc81 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,7 @@ String platform='file-formats'; { dir('Spell-Checker') { - + echo '0'; checkout scm echo '1'; def branchCommit = 'https://api.github.com/repos/syncfusion-content/'+env.githubSourceRepoHttpUrl.split('/')[env.githubSourceRepoHttpUrl.split('/').size() - 1]+'/pulls/' + env.pullRequestId + '/files' From afec84d4a6a87adf72fe202d34a7a325d1900792 Mon Sep 17 00:00:00 2001 From: Kumaresansyncfusion Date: Mon, 27 Oct 2025 20:24:08 +0530 Subject: [PATCH 4/4] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b3b9dbc81..665f82758 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,4 @@ -node('content') +node('Maui') { timestamps {