Fix periodic manuals-propose-translation-update jobs
Periodic jobs should not have a check for "branch: master", remove it. Also, ensure that git is setup properly with adding scm definition. Change-Id: I8d2fdec93d976610f453e746f354c08ae5483388
This commit is contained in:
parent
6b38abb569
commit
f7786e4e33
@ -70,6 +70,12 @@
|
|||||||
publishers:
|
publishers:
|
||||||
- console-log
|
- console-log
|
||||||
|
|
||||||
|
scm:
|
||||||
|
- git:
|
||||||
|
url: 'git://git.openstack.org/{github-org}/{name}'
|
||||||
|
branches:
|
||||||
|
- 'origin/master'
|
||||||
|
|
||||||
node: 'proposal'
|
node: 'proposal'
|
||||||
|
|
||||||
- job-group:
|
- job-group:
|
||||||
|
@ -436,8 +436,6 @@ jobs:
|
|||||||
branch: master
|
branch: master
|
||||||
- name: openstack-training-guides
|
- name: openstack-training-guides
|
||||||
branch: master
|
branch: master
|
||||||
- name: ^.*manuals-propose-translation-update$
|
|
||||||
branch: master
|
|
||||||
- name: ^.*manuals-upstream-translation-update$
|
- name: ^.*manuals-upstream-translation-update$
|
||||||
branch: master
|
branch: master
|
||||||
# Documentation targets for master and future stable branches:
|
# Documentation targets for master and future stable branches:
|
||||||
|
Loading…
Reference in New Issue
Block a user