Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- VirtualBox
- vscode
- Windows 10
- plugin
- Source
- xargs
- JavaScript
- ssh
- Quartz
- import
- bash
- lsof
- resource
- grep
- 단축키
- port
- maVen
- IntelliJ
- GIT
- Windows
- netsh
- web.xml
- context
- 줄바꿈 문자
- profile
- Mac
- 네트워크
- Eclipse
- find
- tomcat
Archives
- Today
- Total
develog
jenkins schedule syntax 본문
5 Fields
Minute Hour DayOfMonth Month DayOfWeek |
Minute 0~59 Hour 0~23 DayOfMonth 1~31 Month 1~12 DayOfWeek 0~7 (0, 7 is Sunday) |
* translates to EVERY H translates to ANY |
superuser.com/questions/751103/need-to-schedule-a-job-every-hour-in-jenkins
Need to schedule a job every hour in jenkins
I'm New to Jenkins. I have a job which i need to schedule every 1 hour. I am using * */1 * * * but it is not working effectively. Please provide any other solution.
superuser.com
Comments