Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
monitor-ui
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
qinchao
7 years ago
Commit
186f371456feb478572fa1489ae48f3906a56e09
1 parent
304568ef
去掉不用代码
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
monitor-ui-ctrl/src/main/java/com/ui/ctrl/DockerBuildCtrl.java
monitor-ui-ctrl/src/main/java/com/ui/ctrl/DockerBuildCtrl.java
View file @
186f371
...
...
@@ -177,17 +177,15 @@ public class DockerBuildCtrl {
return
rtnBaseResponse
;
}
/**
* 镜像制作
*/
@RequestMapping
(
value
=
"/createMirror"
)
/*@RequestMapping(value = "/createMirror")
@ResponseBody
public BaseResponse createMirror(DockerJenkinsReq dockerJenkinsReq,HttpSession session) {
User user = (User) session.getAttribute("user");
dockerJenkinsReq.setUserName(user.getName());
dockerJenkinsReq.setUserMail(user.getEmail());
return httpRestClient.defaultPost("/dockerProject/createMirror",dockerJenkinsReq,BaseResponse.class);
}
}
*/
/**
* 镜像制作
...
...
Please
register
or
login
to post a comment