How to customize 버전별 상이 2.117 이전: sessionTimeout 만 있었음 2.117 이후: sessionTimeout, sessionEviction 2개 설정 존재 옵션별 특징 sessionTimeout 분 단위 (Default: 30분) 이 시간이 지나면 사용자는 무조건 로그아웃. sessionEviction 초 단위 (Default: 30분) 세션이 유휴 상태이면 이 시간 이후에 사용자가 로그아웃됨 Ref. https://docs.cloudbees.com/docs/cloudbees-ci-kb/latest/best-practices/setting-session-timeout Customizing Jenkins login session timeout You want to cust..
관련자료 https://wiki.jenkins.io/display/JENKINS/Access+Logging 설정법 Jenkins 기동하는 스크립트에 아래 옵션 추가 simpleAccessLogger.file 설정에서 로그 파일 경로만 수정 Jenkins를 재기동해야 적용됨 --accessLoggerClassName=winstone.accesslog.SimpleAccessLogger --simpleAccessLogger.format=combined --simpleAccessLogger.file=/var/log/jenkins/access.log 여러 옵션 보는 법 $ java -jar jenkins-2.303.2.war --help Options: --webroot = folder where the WAR ..
'Manage Jenkins' menu -> 'Manage Plugins' menu -> 'Avaiable' tab Search plugins using a keyword 'theme' Check the plugins as below Simple Theme Theme Manager Dark Theme Material Theme Solarized Theme Check the plugins -> Click 'Install without restart' 'Manage Jenkins' menu -> 'Configure System' menu -> Search 'Built-in Themes'
Samples - name: Find files to delete find: paths: /home/mcpaint/backup patterns: *.tar.gz register: out - name: Delete files to delete file: path: "{{ item.path }}" state: absent with_items: "{{ out.files }}" loop_control: label: "{{ item.path }}" Documents https://docs.ansible.com/ansible/latest/collections/ansible/builtin/find_module.html 참고 자료: http://www.freekb.net/Article?id=573 Remove file..
몇 가지 증상이 나옵니다. metadata.xml 다운로드가 갑자기 느려졌다 metadata.xml 파일 크기는 분명 작은데.. 테스트 테스트 URL을 Group 으로 호출하면 -> 느림 해당 Proxy repository 로 다이렉트로 호출하면 -> 빠름 그렇다면 분명 Group 에 대한 문제 해결책 Group 내에 여러 Proxy Repository 중에서 Remote Repository 에 대한 커넥션 문제가 있는지 확인하세요. 분명 문제가 있는 Repository 가 있을 겁니다. 외부 저장소에 서비스를 중단하였거나, 외부 저장소에서 우리 IP를 차단(Banned) 했거나 발견되었다면, Manually Blocked 혹은 Auto Blocing enabled 체크를 하면 됩니다.
Ansible ‘When’ Statement: Check If Variable Is… Check if Ansible variable is defined (exists): tasks: - shell: echo "The variable 'foo' is defined: '{{ foo }}'" when: foo is defined - fail: msg="The variable 'bar' is not defined" when: bar is undefined Check if Ansible variable is empty: tasks: - fail: msg="The variable 'bar' is empty" when: bar|length == 0 - shell: echo "The variable 'foo' is n..
If the following error occurs when you start Postgresql, /var/log/messages May 24 10:25:10 your_server_name postmaster[76948]: 2021-05-24 10:25:10.895 JST [76948] FATAL: data directory "/data" has group or world access May 24 10:25:10 your_server_name postmaster[76948]: 2021-05-24 10:25:10.895 JST [76948] DETAIL: Permissions should be u=rwx (0700). Change a permission of the directory # sudo chm..
- Total
- Today
- Yesterday
- nginx
- 플레이북
- JVM
- 젠킨스
- ssl
- Nexus
- rundeck
- vagrant
- 엔서블
- 데브옵스
- 엔시블
- rsync
- Config History
- Jenkins
- 쓰레드덤프
- 파이프라인
- Shell Script
- Thread Dump
- Docker
- Linux
- Playbook
- groovy
- PostgreSQL
- openssl
- 리눅스
- Ansible
- iTerm2
- Password manager
- DevOps
- URL Encoding
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |