构建显示分支信息

This commit is contained in:
bwcx_jzy 2019-09-28 13:45:10 +08:00
parent 4225f5e1bc
commit ae276a3ac8
2 changed files with 2 additions and 2 deletions

View File

@ -162,7 +162,7 @@ public class BuildManage extends BaseBuild implements Runnable {
}
try {
//
this.log("get clone pull");
this.log("repository clone pull from" + this.buildModel.getBranchName());
String msg = "error";
if (buildModel.getRepoType() == BuildModel.RepoType.Git.getCode()) {
// git

View File

@ -135,7 +135,7 @@
loadingAjax({
url: './start.json',
data: {
id: dataId
id: d.id
},
success: function (data) {
layer.msg(data.msg);