diff --git a/.cci.jenkinsfile b/.cci.jenkinsfile index 8ea8dde009..caf2e34648 100644 --- a/.cci.jenkinsfile +++ b/.cci.jenkinsfile @@ -11,7 +11,7 @@ pod(image: imageName + ":latest", kvm: true, memory: "10Gi") { archiveArtifacts artifacts: 'rpmdb.txt' // Run stage Build FCOS (init, fetch and build) - fcosBuild(skipKola: 1, cosaDir: "/srv", noForce: true) + fcosBuild(skipKola: 1, cosaDir: "/srv", noForce: true, gitBranch: env.CHANGE_TARGET) // Run stage Kola QEMU (basic-qemu-scenarios, upgrade and self tests) fcosKola(basicScenarios: true, cosaDir: "/srv", addExtTests: ["${env.WORKSPACE}/ci/run-kola-self-tests"])