Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node('content')
node('Maui')
{
timestamps
{
Expand All @@ -15,8 +15,9 @@ 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'

String branchCommitDetails = bat returnStdout: true, script: 'curl -H "Accept: application/vnd.github.v3+json" -u SyncfusionBuild:' + env.GithubBuildAutomation_PrivateToken + " " + branchCommit
Expand All @@ -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
}
Expand All @@ -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'
}
}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.