* add commit result interface.

This commit is contained in:
wangyidong
2020-04-01 13:35:58 +08:00
parent 7749555f92
commit 990e33afcc
13 changed files with 319 additions and 51 deletions
+1
View File
@@ -118,6 +118,7 @@ class compileModel extends model
$tagData = new stdclass();
$tagData->PARAM_TAG = $compile->tag;
$tagData->PARAM_ZENTAODATA = "compile={$compile->id}";
$buildUrl = $this->getBuildUrl($job);
$build = new stdclass();