Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- npm
- Webpack
- expire_logs_days
- MySQL
- upgrade
- regex
- current_date
- REACT
- Express
- Chunk
- 정규표현식
- update
- nodejs
- java
- mysql 5.5
- Effective Java 3/e
- Effective Java
- git
- spring cloud
- log_bin
- 퀵소트
- Spring Batch
- JavaScript
- Regular expression
- spring
- eslint
- log4j2
- migration
- REACTJS
- Node
Archives
- Today
- Total
728x90
목록Technical/Jenkins (1)
728x90
내 세상
[Jenkins] 권한 문제
Jenkins 내 command 실행 시 permission denied 문제 발생 시 해결 방법Running shell scripts that have contain sudo commands in them from jenkins might not run as expected. To fix this, follow along Simple steps: 1. On ubuntu based systems, run " $ sudo visudo " 2. this will open /etc/sudoers file. 3. If your jenkins user is already in that file, then modify to look like this: jenkins ALL=(ALL) NOPASSWD: ALL 4. ..
Technical/Jenkins
2018. 12. 26. 17:35