diff --git a/Jenkinsfile b/Jenkinsfile index c9f01b774..d1b415d1f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,10 +18,7 @@ String platform='Windows Forms'; checkout scm - def page = 1 - while(true) - { - def branchCommit = 'https://api.github.com/repos/syncfusion-content/'+env.githubSourceRepoHttpUrl.split('/')[env.githubSourceRepoHttpUrl.split('/').size() - 1]+'/pulls/' + env.pullRequestId + '/files?per_page=100^&page='+ page + 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 def ChangeFiles= branchCommitDetails.split('"filename": '); @@ -30,15 +27,7 @@ String platform='Windows Forms'; { def ChangeFile= ChangeFiles[i].split(',')[0].replace('"', '') Content += env.WORKSPACE + "\\Spell-Checker\\" + ChangeFile + "\r\n"; - } - - // Last page - if((ChangeFiles.size() - 1) < 100) - { - break - } - page++ - } + } if (Content) { writeFile file: env.WORKSPACE+"/cireports/content.txt", text: Content diff --git a/WindowsForms-toc.html b/WindowsForms-toc.html index 7f52875d7..1568ef869 100644 --- a/WindowsForms-toc.html +++ b/WindowsForms-toc.html @@ -17,7 +17,8 @@
  • UI Builder Skill
  • -
  • MCP
  • +
  • MCP
  • +
  • Prompt Library
  • Installation