ci: Adapt to use new fcosKola semantics
authorJonathan Lebon <jonathan@jlebon.com>
Wed, 15 Apr 2020 16:36:52 +0000 (12:36 -0400)
committerJonathan 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

index eaa976f5e1683a8c4d0ae8f39a4e4b65c3c4fa98..faae52a91e7d0d3a70d5654d8c5220e1bb7c47ef 100644 (file)
@@ -77,7 +77,7 @@ parallel fcos: {
         coreos-assembler build
       """)
     }
-    fcosKola("${env.WORKSPACE}")
+    fcosKola(cosaDir: "${env.WORKSPACE}")
   }
 },
 buildopts: {