Fix periodic job branch/labels.
The ZUUL_BRANCH parameter should be of type 'string', not a node label. Change-Id: I30e6c6965e945217ccdfaa1aa19c23f3640ca903 Reviewed-on: https://review.openstack.org/19765 Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Approved: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
ce8ed48274
commit
768374daac
@ -196,7 +196,7 @@
|
|||||||
- timed: '0 6 * * *'
|
- timed: '0 6 * * *'
|
||||||
|
|
||||||
parameters:
|
parameters:
|
||||||
- label:
|
- string:
|
||||||
name: ZUUL_BRANCH
|
name: ZUUL_BRANCH
|
||||||
description: The branch to build
|
description: The branch to build
|
||||||
default: master
|
default: master
|
||||||
@ -235,7 +235,7 @@
|
|||||||
- timed: '@hourly'
|
- timed: '@hourly'
|
||||||
|
|
||||||
parameters:
|
parameters:
|
||||||
- label:
|
- string:
|
||||||
name: ZUUL_BRANCH
|
name: ZUUL_BRANCH
|
||||||
description: The branch to build
|
description: The branch to build
|
||||||
default: master
|
default: master
|
||||||
@ -275,7 +275,7 @@
|
|||||||
- timed: '0 6 * * *'
|
- timed: '0 6 * * *'
|
||||||
|
|
||||||
parameters:
|
parameters:
|
||||||
- label:
|
- string:
|
||||||
name: ZUUL_BRANCH
|
name: ZUUL_BRANCH
|
||||||
description: The branch to build
|
description: The branch to build
|
||||||
default: stable/diablo
|
default: stable/diablo
|
||||||
@ -313,7 +313,7 @@
|
|||||||
- timed: '0 6 * * *'
|
- timed: '0 6 * * *'
|
||||||
|
|
||||||
parameters:
|
parameters:
|
||||||
- label:
|
- string:
|
||||||
name: ZUUL_BRANCH
|
name: ZUUL_BRANCH
|
||||||
description: The branch to build
|
description: The branch to build
|
||||||
default: stable/essex
|
default: stable/essex
|
||||||
@ -351,7 +351,7 @@
|
|||||||
- timed: '0 6 * * *'
|
- timed: '0 6 * * *'
|
||||||
|
|
||||||
parameters:
|
parameters:
|
||||||
- label:
|
- string:
|
||||||
name: ZUUL_BRANCH
|
name: ZUUL_BRANCH
|
||||||
description: The branch to build
|
description: The branch to build
|
||||||
default: stable/folsom
|
default: stable/folsom
|
||||||
@ -389,7 +389,7 @@
|
|||||||
- timed: '0 6 * * *'
|
- timed: '0 6 * * *'
|
||||||
|
|
||||||
parameters:
|
parameters:
|
||||||
- label:
|
- string:
|
||||||
name: ZUUL_BRANCH
|
name: ZUUL_BRANCH
|
||||||
description: The branch to build
|
description: The branch to build
|
||||||
default: stable/folsom
|
default: stable/folsom
|
||||||
@ -428,7 +428,7 @@
|
|||||||
- timed: '0 6 * * *'
|
- timed: '0 6 * * *'
|
||||||
|
|
||||||
parameters:
|
parameters:
|
||||||
- label:
|
- string:
|
||||||
name: ZUUL_BRANCH
|
name: ZUUL_BRANCH
|
||||||
description: The branch to build
|
description: The branch to build
|
||||||
default: master
|
default: master
|
||||||
@ -469,7 +469,7 @@
|
|||||||
- timed: '0 6 * * *'
|
- timed: '0 6 * * *'
|
||||||
|
|
||||||
parameters:
|
parameters:
|
||||||
- label:
|
- string:
|
||||||
name: ZUUL_BRANCH
|
name: ZUUL_BRANCH
|
||||||
description: The branch to build
|
description: The branch to build
|
||||||
default: master
|
default: master
|
||||||
|
Loading…
x
Reference in New Issue
Block a user