projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73d527d
)
ci: Adapt to use new fcosKola semantics
author
Jonathan Lebon
<jonathan@jlebon.com>
Wed, 15 Apr 2020 16:36:52 +0000
(12:36 -0400)
committer
Jonathan Lebon
<jonathan@jlebon.com>
Wed, 15 Apr 2020 16:37:54 +0000
(12:37 -0400)
This was changed recently and broke us since we do explicitly call
`fcosKola` instead of implicitly via `fcosBuild`. Adapt to the new
semantics.
.cci.jenkinsfile
patch
|
blob
|
history
diff --git
a/.cci.jenkinsfile
b/.cci.jenkinsfile
index eaa976f5e1683a8c4d0ae8f39a4e4b65c3c4fa98..faae52a91e7d0d3a70d5654d8c5220e1bb7c47ef 100644
(file)
--- a/
.cci.jenkinsfile
+++ b/
.cci.jenkinsfile
@@
-77,7
+77,7
@@
parallel fcos: {
coreos-assembler build
""")
}
- fcosKola("${env.WORKSPACE}")
+ fcosKola(
cosaDir:
"${env.WORKSPACE}")
}
},
buildopts: {