분류 전체보기301 [jenkins] 젠킨스에 git credential 등록하기 git에서 소스코드를 가지고 오려고 하던중에 에러 발생 500이면 서버에러인데 젠킨스에서 git에 요청을 보낼때문제가 발생한거 같다. -> 현재 jenkins를 윈도우에서실행하고 있으므로 지금보고 있는 화면은 jenkins클라이언트라고 할수 있지만 같은 장비에서 jenkins서버가돌아가고 있으므로 현재 장비는 클라이언트와 서버역할을 모두다 하고 있다고 볼수 있다. 즉, 현재 사용하고 있는 장비에서 git에 요청을 보낼때 문제가 발생한 것으로 생각된다. 위의 상황을 정리하면은 이런 그림이 될거 같다. -> client와 server가 같은 호스트에 있다. 해결방법 window에서는 github 계정으로 repository를clone할수 없게 되어있는거 같다.---> 아이디 비밀번호.. 2024. 6. 25. [Aws] amazon-linux 인스턴스 java-17 설치하기 sudo yum install java-17-amazon-corretto위의 명령어로 설치해 주면은 된다. 자세한 사항은 아래의 포스팅을 참고 https://docs.aws.amazon.com/corretto/latest/corretto-17-ug/amazon-linux-install.html Amazon Corretto 17 Installation Instructions for Amazon Linux 2 and Amazon Linux 2023 - Amazon Corretto 17Amazon Corretto 17 Installation Instructions for Amazon Linux 2 and Amazon Linux 2023 This topic describes how to install .. 2024. 6. 25. [other] 윈도우에서 maven 환경설정하기 maven 바이너리 파일을 받아야 한다. https://maven.apache.org/download.cgi Maven – Download Apache MavenDownloading Apache Maven 3.9.8 Apache Maven 3.9.8 is the latest release: it is the recommended version for all users. System Requirements Java Development Kit (JDK) Maven 3.9+ requires JDK 8 or above to execute. It still allows you to build against 1.3 andmaven.apache.org maven binary 파일을 받아야 한다. https.. 2024. 6. 24. [Jenkins] 젠킨스에서 git 설정하기 아래의 글들을 참고 https://community.jenkins.io/t/cant-connect-to-git-repo/14640 Can't connect to git repoHello please I’m trying to comment jenkis to a public repository and each time I git this error Failed to connect to repository : Error performing git command: git.exe ls-remotecommunity.jenkins.io https://holjjack.tistory.com/283 [Jenkins] Jenkins 복구 후, git cloning remote repo 'origin' 오류 해결들어가며 .. 2024. 6. 24. [Jenkins] 윈도우에서 JENKINS_HOME 설정하기 https://www.jenkins.io/doc/book/managing/system-configuration/ Configuring the SystemJenkins – an open source automation server which enables developers around the world to reliably build, test, and deploy their softwarewww.jenkins.io 2024. 6. 24. [jenkins] 윈도우에 젠킨스 설치하기 https://www.jenkins.io/doc/book/installing/windows/#invalid-service-logon-credentials WindowsJenkins – an open source automation server which enables developers around the world to reliably build, test, and deploy their softwarewww.jenkins.io 설치 과정중 login type에서 Run service as localsystem으로 선택했다. 아래의 포스팅은 jenkins 처음 실행시 필요한 비밀번호를 확인하기 위함 https://www.jenkins.io/doc/book/system-administration.. 2024. 6. 24. [Other] 오라클 데이터 베이스에 dmp 파일 임포트 하기 imp userid=아이디/비번 file='파일경로(반드시 파일명까지)' full=y;덤프파일을 db에 임포트 하기 위한 명령어 cmf에 위와 같이 입력해 준다. 그러면 덤프파일의 내용에 따라위와 같이 임포트가 되고 임포트가 완료된다. 2024. 6. 23. [Kubernetes] Command - "kubectl port-forward" kubernetes lab은 위와 같다. 마스터 노드의 주소 worker-node와 잘 연결이 되어있다. pod를 생성한다. pod의 주소 curl 명령어를 실행하면은 연결이 되지 않는다. 마스터 노드의 주소 "10.0.1.201"과워커 노드의 주소 "10.44.0.1"이 다른 네트워크에 속해있기 때문이다. 해결방법 worker-node-1 에서 실행되고 있는 test1 pod는worker-node-1 80번 포트로 실행이 되고 있다. worker-node-1의 80번 포트와 control-plain의 80번 포트를 "port-forwarding"해준다. 정상적으로 명령어가 실행이 된다. port-forwarding 관련은 아래의 포스팅을 참고 https.. 2024. 6. 21. [Aws] amazon linux에 jenkins 설치하기 https://www.jenkins.io/doc/book/installing/linux/#red-hat-centos LinuxJenkins – an open source automation server which enables developers around the world to reliably build, test, and deploy their softwarewww.jenkins.io amazon linux는 redhat 기반이므로 상단 메뉴의Documentation -> Installing Jenkins -> linux -> Red Hat/Alma/Rocky 클릭-> Long Term Release 로 설치하였다. 중간의 Java는 amazon 리눅스에서 사용하기 위해서 dnf -y insta.. 2024. 6. 21. 이전 1 ··· 9 10 11 12 13 14 15 ··· 34 다음