diff --git a/jenkins/common/sonic-utilities-build/Jenkinsfile b/jenkins/common/sonic-utilities-build/Jenkinsfile index 80b38b33c745..6d8fecc83782 100644 --- a/jenkins/common/sonic-utilities-build/Jenkinsfile +++ b/jenkins/common/sonic-utilities-build/Jenkinsfile @@ -52,15 +52,15 @@ docker run --rm=true --privileged -v $(pwd):/sonic -w /sonic -i sonic-slave-john cp sonic-utilities/deb_dist/python-sonic-utilities_*.deb buildimage/target/python-debs/ cd sairedis -cp *.deb ../buildimage/target/debs/ +cp *.deb ../buildimage/target/debs/stretch/ cd ../ cd swss -cp *.deb ../buildimage/target/debs/ +cp *.deb ../buildimage/target/debs/stretch/ cd ../ cd swss-common -cp *.deb ../buildimage/target/debs/ +cp *.deb ../buildimage/target/debs/stretch/ cd ../ cd buildimage/platform/vs @@ -68,8 +68,8 @@ mkdir -p docker-sonic-vs/debs mkdir -p docker-sonic-vs/files mkdir -p docker-sonic-vs/python-debs mkdir -p docker-sonic-vs/python-wheels -sudo mount --bind ../../target/debs docker-sonic-vs/debs -sudo mount --bind ../../target/files docker-sonic-vs/files +sudo mount --bind ../../target/debs/stretch docker-sonic-vs/debs +sudo mount --bind ../../target/files/stretch docker-sonic-vs/files sudo mount --bind ../../target/python-debs docker-sonic-vs/python-debs sudo mount --bind ../../target/python-wheels docker-sonic-vs/python-wheels docker load < ../../target/docker-config-engine-stretch.gz