diff --git a/jenkins-common.sh b/jenkins-common.sh index 82e6ec3b..f91c6151 100644 --- a/jenkins-common.sh +++ b/jenkins-common.sh @@ -453,6 +453,7 @@ kernel_test_prepare() { -e "KERNEL_URL=$KERNEL_URL" \ -e "KERNEL_SKIP_REBUILD=$KERNEL_SKIP_REBUILD" \ -e "KERNEL_SKIP_SMOKE_TEST=$KERNEL_SKIP_SMOKE_TEST" \ + $DOCKER_ARGS \ "$@" \ "$docker_image" \ "/kernel-test/prepare.sh"