mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-12-04 12:58:24 +08:00
构建显示分支信息
This commit is contained in:
parent
4225f5e1bc
commit
ae276a3ac8
@ -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
|
||||
|
@ -135,7 +135,7 @@
|
||||
loadingAjax({
|
||||
url: './start.json',
|
||||
data: {
|
||||
id: dataId
|
||||
id: d.id
|
||||
},
|
||||
success: function (data) {
|
||||
layer.msg(data.msg);
|
||||
|
Loading…
Reference in New Issue
Block a user