Skip to content

Commit e1203ee

Browse files
Workflow readyz Update
1 parent f02652b commit e1203ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/kr/co/mcmp/api/readyz/ReadyzService/ReadyzServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ else if(!Objects.equals(jenkinsTypeIdx, 0L)) {
6666

6767

6868
// initData insert
69-
ossDto = ossDto.setEncryptPassword(ossDto, encryptAesString(ossDto.getOssPassword()));
69+
ossDto = OssDto.setDecryptPassword(ossDto, ossDto.getOssPassword());
7070
ossService.managedJenkinsCredential(ossDto, "update");
7171
workflowServiceImpl.createJenkinsJob("JENKINS", ossDto);
7272

0 commit comments

Comments
 (0)