tripleo job template: quote timeout value
current jjb parser is transforming the definition timeout: {timeout} into timeout: {'timeout': None} Adding quotes to the definition so it can be parsed as string. The value will be eventually converted to int before proceeding Change-Id: I3c8c77e6c1500c38573e04668af9639abafbb6b1
This commit is contained in:
parent
75168fc060
commit
d9fd9891e5
@ -135,7 +135,7 @@
|
||||
|
||||
wrappers:
|
||||
- build-timeout:
|
||||
timeout: {timeout}
|
||||
timeout: '{timeout}'
|
||||
- timestamps
|
||||
|
||||
builders:
|
||||
|
Loading…
Reference in New Issue
Block a user