우선 Jenkins는 흔히 말하는 CI/CD 중 지속적 통합(Continuous Integration)을 구현하기 위한 서비스이다. 개발 중인 저장소(git, svn 등)에 업로드된 소스를 테스트, 빌드, 빌드 후 작업등을 자동 동작하게 해 주어 (이 자체가 지속적 통합) 그만큼 개발자의 리소스 소모가 줄어든다. 1. Installer Download https://www.jenkins.io/download/ Jenkins download and deployment Jenkins – an open source automation server which enables developers around the world to reliably build, test, and deploy their software..
Jenkins 설치(Windows 환경)(1)
우선 Jenkins는 흔히 말하는 CI/CD 중 지속적 통합(Continuous Integration)을 구현하기 위한 서비스이다. 개발 중인 저장소(git, svn 등)에 업로드된 소스를 테스트, 빌드, 빌드 후 작업등을 자동 동작하게 해 주어 (이 자체가 지속적 통합) 그만큼 개발자의 리소스 소모가 줄어든다. 1. Installer Download https://www.jenkins.io/download/ Jenkins download and deployment Jenkins – an open source automation server which enables developers around the world to reliably build, test, and deploy their software..
2021.06.11