From d2c81e23972f9eecb7726cb553425991504ee565 Mon Sep 17 00:00:00 2001 From: Shuotian Cheng Date: Sat, 1 Jun 2019 12:30:18 -0700 Subject: [PATCH] [jenkins]: Change the path of sonic-utilities dependencies (#29) The files are in the stretch folder. Signed-off-by: Shu0T1an ChenG --- jenkins/common/sonic-utilities-build/Jenkinsfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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