ops284 [jenkins] linux에서 jenkins 실행시 에러 발생 발생한 문제 jenkins실행시 에러가 발생했다.---> 위의 명령어를 실행하라고해서 실행 BindException이 발생했다고 하는것을 보니 port관련 문제인거 같다. 8080하고 bind하려다가8080포트가 이미 다른 서비스와bind되어 있어서 에러가발생한거 같다. jenkins가 사용할 포트를 설정 해주기 위해위의 파일을 수정해 주어야 한다. "[Service]" 아래에 위와같이 Environment="JENKINS_PORT=9999"로 jenkins가 사용할 포트를 지정해 준다. 바로 systemctl start jenkins를 입력하면 아마도 에러가 발생할 것이다.--->systemctl daemon-reload명령어를 실행해주고systemctl start jenkins.. 2024. 6. 27. [linux] ubuntu에서 tomcat 기본 포트 변경하기 https://medium.com/@DevOpsfreak/how-to-change-the-default-port-of-apache-tomcat-in-ubuntu-and-red-hat-os-a-step-by-step-guide-fb01edaae260 How to Change the Default Port of Apache Tomcat in Ubuntu and Red Hat OS: A Step-by-Step GuideUbuntu OS: A Step-by-Step Guidemedium.com 2024. 6. 27. [linux] ubuntu에 jenkins 설치하기 https://www.jenkins.io/doc/book/installing/linux/ LinuxJenkins – an open source automation server which enables developers around the world to reliably build, test, and deploy their softwarewww.jenkins.io 2024. 6. 25. [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. 이전 1 ··· 11 12 13 14 15 16 17 ··· 32 다음