Stop using console-log-periodic in some jobs
In the mirror and update-translation jobs, use the console-log publisher instead of console-log-periodic to match the direction other periodic jobs are going. Change-Id: Ib3d777942ef81a4cb630da5b2f829d2bce2abd05
This commit is contained in:
parent
9b2efc3a6b
commit
edc6d1496a
@ -14,7 +14,7 @@
|
||||
- link-logs
|
||||
|
||||
publishers:
|
||||
- console-log-periodic
|
||||
- console-log
|
||||
|
||||
|
||||
- job:
|
||||
@ -52,7 +52,7 @@
|
||||
- link-logs
|
||||
|
||||
publishers:
|
||||
- console-log-periodic
|
||||
- console-log
|
||||
|
||||
|
||||
- job:
|
||||
@ -90,7 +90,7 @@
|
||||
- link-logs
|
||||
|
||||
publishers:
|
||||
- console-log-periodic
|
||||
- console-log
|
||||
|
||||
|
||||
- job:
|
||||
|
@ -23,7 +23,7 @@
|
||||
/usr/local/jenkins/slave_scripts/propose_translation_update.sh {github-org} {name}
|
||||
|
||||
publishers:
|
||||
- console-log-periodic
|
||||
- console-log
|
||||
|
||||
scm:
|
||||
- git:
|
||||
@ -58,7 +58,7 @@
|
||||
/usr/local/jenkins/slave_scripts/propose_translation_update_manuals.sh
|
||||
|
||||
publishers:
|
||||
- console-log-periodic
|
||||
- console-log
|
||||
|
||||
scm:
|
||||
- git:
|
||||
|
Loading…
x
Reference in New Issue
Block a user