File tree
Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -17,7 +17,7 @@ String platform='JavaScript';
|
17 | 17 | {
|
18 | 18 | checkout scm
|
19 | 19 |
|
20 |
| -def branchCommit = '"' + 'https://api..com/repos/syncfusion-content/JavaScript-docs/pulls/'+env.pullRequestId+'/files' |
| 20 | +def branchCommit = 'https://api..com/repos/syncfusion-content/'+env.SourceRepoHttpUrl.split('/')[env.SourceRepoHttpUrl.split('/').size() - 1]+'/pulls/' + env.pullRequestId + '/files' |
21 | 21 | String branchCommitDetails = bat returnStdout: true, script: 'curl -H "Accept: application/vnd..v3+json" -u SyncfusionBuild:' + env.BuildAutomation_PrivateToken + " " + branchCommit
|
22 | 22 |
|
23 | 23 | def ChangeFiles= branchCommitDetails.split('"filename": ');
|
|
You can’t perform that action at this time.
0 commit comments