Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

젠킨스 개선 #363

Closed
1 task done
limehee opened this issue Jun 4, 2024 · 0 comments · Fixed by #366
Closed
1 task done

젠킨스 개선 #363

limehee opened this issue Jun 4, 2024 · 0 comments · Fixed by #366
Assignees
Labels
🌎 Intra 서버 인프라 및 도메인 관련 🔨 Refactor 코드 수정 및 개선

Comments

@limehee
Copy link
Collaborator

limehee commented Jun 4, 2024

Describe

쉘 스크립트를 통해 이루어지는 CI/CD 과정을 파이프라인으로 마이그레이션합니다.
해당 작업은 다음을 목표로 합니다.

가독성 향상

코드를 절차적으로 나열하는 쉘 스크립트와는 달리, 파이프라인은 단계별로 구성되기 때문에 코드를 더 명확하게 작성하고 읽기 쉽습니다.
가독성의 향상은 유지 관리를 쉽게 만듭니다.

오류 감지 및 복구

쉘 스크립트에서도 분기 처리를 통해 가능하지만, 파이프라인은 각 단계에서 오류를 감지하고 자동으로 복구할 수 있도록 설정할 수 있습니다.

보안 강화

파이프라인은 액세스 제어 및 감사 기능을 제공하기 때문에 코드, 데이터에 대한 보안을 강화할 수 있습니다.

Tasks

  • 쉘 스크립트 코드를 파이프라인으로 마이그레이션

ETC

No response

@limehee limehee added 🔨 Refactor 코드 수정 및 개선 🌎 Intra 서버 인프라 및 도메인 관련 labels Jun 4, 2024
@limehee limehee self-assigned this Jun 4, 2024
@limehee limehee linked a pull request Jun 5, 2024 that will close this issue
@limehee limehee closed this as completed Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌎 Intra 서버 인프라 및 도메인 관련 🔨 Refactor 코드 수정 및 개선
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant