Code Review
/
ci-management.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
da3232e
)
Modify syntax for jenkins-job 2.0.2
68/14568/2
author
Vanessa Rene Valderrama
<
[email protected]
>
Wed, 29 Aug 2018 20:41:00 +0000
(15:41 -0500)
committer
Vanessa Rene Valderrama
<
[email protected]
>
Wed, 29 Aug 2018 20:46:27 +0000
(15:46 -0500)
Changing lists to strings to fix syntax errors with jenkins-jobs 2.0.2
Change-Id: Ibdc3c2b836d8f5954bcb0d97a767c4c668647c0c
Signed-off-by: Vanessa Rene Valderrama <
[email protected]
>
jjb/hc2vpp/hc2vpp-csit.yaml
patch
|
blob
|
history
diff --git
a/jjb/hc2vpp/hc2vpp-csit.yaml
b/jjb/hc2vpp/hc2vpp-csit.yaml
index
8a73ba3
..
b3dd540
100644
(file)
--- a/
jjb/hc2vpp/hc2vpp-csit.yaml
+++ b/
jjb/hc2vpp/hc2vpp-csit.yaml
@@
-26,8
+26,7
@@
os: 'ubuntu1604'
repo-os-part: 'ubuntu.xenial.main'
- odl:
- - oxygen
+ odl: 'oxygen'
- project:
name: csit-hc2vpp-perf
@@
-44,8
+43,7
@@
os: 'ubuntu1604'
repo-os-part: 'ubuntu.xenial.main'
- odl:
- - boron
+ odl: 'boron'
- job-template:
name: 'hc2vpp-csit-integration-{stream}-{os}'