diff --git a/.cci.jenkinsfile b/.cci.jenkinsfile index 0002df68..91a9d444 100644 --- a/.cci.jenkinsfile +++ b/.cci.jenkinsfile @@ -18,5 +18,5 @@ cosaPod(buildroot: true) { checkout scm unstash name: 'build' - fcosBuild(overlays: ["install"]) + cosaBuild(overlays: ["install"]) }