File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
src/main/java/io/choerodon/devops/app/service/impl Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 33 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
44 <modelVersion >4.0.0</modelVersion >
55 <artifactId >devops-service</artifactId >
6- <version >2.0.9.RELEASE </version >
6+ <version >2.0.0-SNAPSHOT </version >
77 <packaging >jar</packaging >
88 <url >https://github.com/open-hand/devops-service</url >
99
Original file line number Diff line number Diff line change @@ -940,7 +940,7 @@ public void handleCreateEnvSaga(EnvGitlabProjectPayload gitlabProjectPayload) {
940940 gitlabProjectPayload .getPath (),
941941 devopsEnvironmentDTO .getEnvIdRsaPub (),
942942 true ,
943- gitlabProjectPayload . getUserId ());
943+ GitUserNameUtil . getAdminId ());
944944 }
945945 ProjectHookDTO projectHookDTO = ProjectHookDTO .allHook ();
946946 projectHookDTO .setEnableSslVerification (true );
@@ -1641,7 +1641,8 @@ public DevopsEnvironmentDTO createSystemEnv(Long clusterId) {
16411641 devopsEnvironmentDTO .getCode (),
16421642 devopsEnvironmentDTO .getEnvIdRsaPub (),
16431643 true ,
1644- gitlabUserId );
1644+ GitUserNameUtil .getAdminId ()
1645+ );
16451646 }
16461647
16471648 // 初始化web hook
You can’t perform that action at this time.
0 commit comments