From a8a69ff4306665ffa6b1d586d492b541f4b53e7d Mon Sep 17 00:00:00 2001 From: Build Automation Date: Sat, 13 Nov 2021 00:46:20 +0530 Subject: [PATCH 1/5] Updating the Jenkinsfile with Github URL. --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9d4ba862..628c664b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,7 +18,7 @@ String platform='AngularJS'; checkout scm def branchCommit = '"' + 'https://gitlab.syncfusion.com/api/v4/projects/' + env.projectId + '/merge_requests/' + env.MergeRequestId + '/changes' - String branchCommitDetails = bat returnStdout: true, script: 'curl -s --request GET --header PRIVATE-TOKEN:' + env.BuildAutomation_PrivateToken + " " + branchCommit + String branchCommitDetails = bat returnStdout: true, script: 'curl -H "Accept: application/vnd.github.v3+json" -u SyncfusionBuild:' + env.GithubBuildAutomation_PrivateToken + " " + branchCommit def ChangeFiles= branchCommitDetails.split('\n')[2]; ChangeFiles = ChangeFiles.split('"new_path":') @@ -39,7 +39,7 @@ String platform='AngularJS'; } //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.gitlabCredentialId, url: 'https://gitlab.syncfusion.com/content/ug_spellchecker.git']]]) + checkout([$class: 'GitSCM', branches: [[name: '*/development']], doGenerateSubmoduleConfigurations: false, extensions: [[$class: 'RelativeTargetDirectory', relativeTargetDir: 'ug_spellchecker']], submoduleCfg: [], userRemoteConfigs: [[credentialsId: env.githubCredentialId, url: 'https://gitlab.syncfusion.com/content/ug_spellchecker.git']]]) } } @@ -56,7 +56,7 @@ if(currentBuild.result != 'FAILURE') { gitlabCommitStatus("Build") { - bat 'powershell.exe -ExecutionPolicy ByPass -File '+env.WORKSPACE+"/ug_spellchecker/build.ps1 -Script "+env.WORKSPACE+"/ug_spellchecker/build.cake -Target build -Platform \""+platform+"\" -Targetbranch "+env.gitlabTargetBranch+" -Branch "+'"'+env.gitlabSourceBranch+'"' + bat 'powershell.exe -ExecutionPolicy ByPass -File '+env.WORKSPACE+"/ug_spellchecker/build.ps1 -Script "+env.WORKSPACE+"/ug_spellchecker/build.cake -Target build -Platform \""+platform+"\" -Targetbranch "+env.githubTargetBranch+" -Branch "+'"'+env.githubSourceBranch+'"' } def files = findFiles(glob: '**/cireports/errorlogs/*.txt') From 9299c5cc0bb65a92140e1bc260989249f2287615 Mon Sep 17 00:00:00 2001 From: website automation Date: Tue, 16 Nov 2021 14:41:32 +0000 Subject: [PATCH 2/5] Added the release notes MD file and corresponding node entry in the TOC.html file for the Weekly Nuget Release - November 17, 2021 --- angularjs-toc.html | 2 +- angularjs/Release-Notes/v19.3.0.54.md | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 angularjs/Release-Notes/v19.3.0.54.md diff --git a/angularjs-toc.html b/angularjs-toc.html index 874629ab..a76235a1 100644 --- a/angularjs-toc.html +++ b/angularjs-toc.html @@ -1217,7 +1217,7 @@
  • Release Notes -