윈도우즈 젠킨스에서
You are running Jenkins on Java 17, support for which will end on or after 2026. 3. 31.. Refer to the documentation for more details.
이렇게 노란색의 경고가 떳다.
1. Java 21 다운로드
https://www.oracle.com/kr/java/technologies/downloads/#jdk21-windows
Download the Latest Java LTS Free
Subscribe to Java SE and get the most comprehensive Java support available, with 24/7 global access to the experts.
www.oracle.com
2. C:\Program Files\Jenkins\jenkins.xml 를 열어
기존 : <executable>C:\Program Files\Java\jdk-17\\bin\java.exe</executable>
수정 : <executable>C:\Program Files\Java\jdk-21\\bin\java.exe</executable>
3. Jenkins 서비스를 재시작한다.
'문제해결' 카테고리의 다른 글
언리얼 프로젝트 "디버깅을 시작할 수 없습니다." (0) | 2025.02.26 |
---|---|
Beyond Compare 체험판 만료 (0) | 2025.02.04 |
Google play 앱 배포시 경고! App Bundle 유형과 연결된 가독화 파일이 없습니다 (0) | 2024.03.23 |
Google play 앱 배포시 경고! 이 App Bundle 아티팩트 유형은 네이티브 코드를 포함하며 아직 디버그 기호가 업로드되지 않았습니다 (0) | 2024.03.23 |
Unable to locate sdkmanager.bat. Did you run Android Studio (0) | 2023.10.31 |