-
3分钟可以,但3小时不行?那肯定是3小时的cron表达式有问题了,试试
0 0 0/3 * * ? -
OneDev对于特定的commit和job,只会产生一个build。所以如果build失败,下次还会重复执行导致历史日志被覆盖。这点以后可能要改进下。
-
Job里可以配置cache(点开more),具体请看cache的inline help。OneDev命令输出都是以utf8编码分析,如果中文不能显示,多半是命令本身输出的编码不是utf8
-
Previous Value Current Value Open
Closed
-
build #2237 版本对Cron Trigger每次触发的构建都会产生一个新的记录
| Type |
Question
|
| Priority |
Minor
|
| Assignee |
Issue Votes (0)
Need Help.
For example, I set cron to 0 0 0/3 ? * * * (every three hours)
The result is that it is not executed once, manual execution can
You can set it to execute every 3 minutes, for example
0 */3 * ? * *
I don't know if there are settings that I don't know about