diff --git a/Jenkinsfile b/Jenkinsfile index 2a35db6a21795..274092c2aa89e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -693,6 +693,7 @@ pipeline { } environment { DOCKER_BUILDKIT = '0' + DOCKER_DUT_DEBUG = '1' SKIP_VALIDATION_TESTS = '1' SOURCES_DRIVE = 'd' SOURCES_SUBDIR = 'gopath' @@ -753,6 +754,7 @@ pipeline { } environment { DOCKER_BUILDKIT = '0' + DOCKER_DUT_DEBUG = '1' SKIP_VALIDATION_TESTS = '1' SOURCES_DRIVE = 'd' SOURCES_SUBDIR = 'gopath'