From 452840f2833a8db08d77021d03c6f6f1ce7c98d0 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Wed, 15 Apr 2020 12:36:52 -0400 Subject: [PATCH] ci: Adapt to use new fcosKola semantics 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cci.jenkinsfile b/.cci.jenkinsfile index eaa976f5..faae52a9 100644 --- a/.cci.jenkinsfile +++ b/.cci.jenkinsfile @@ -77,7 +77,7 @@ parallel fcos: { coreos-assembler build """) } - fcosKola("${env.WORKSPACE}") + fcosKola(cosaDir: "${env.WORKSPACE}") } }, buildopts: {