diff --git a/jenkins/generic/buildimage-baseimage-pr/Jenkinsfile b/jenkins/generic/buildimage-baseimage-pr/Jenkinsfile index 708c44c1fa16..f02627553919 100644 --- a/jenkins/generic/buildimage-baseimage-pr/Jenkinsfile +++ b/jenkins/generic/buildimage-baseimage-pr/Jenkinsfile @@ -29,7 +29,7 @@ pipeline { git submodule foreach --recursive '[ -f .git ] && echo "gitdir: $(realpath --relative-to=. $(cut -d" " -f2 .git))" > .git' -CACHE_OPTIONS="SONIC_DPKG_CACHE_METHOD=wcache SONIC_DPKG_CACHE_SOURCE=/nfs/dpkg_cache/generic" +CACHE_OPTIONS="SONIC_DPKG_CACHE_METHOD=rcache SONIC_DPKG_CACHE_SOURCE=/nfs/dpkg_cache/generic" make configure PLATFORM=generic make SONIC_CONFIG_BUILD_JOBS=1 $CACHE_OPTIONS target/docker-ptf.gz target/sonic-generic.bin target/sonic-aboot-generic.swi