From 5354bd32056c8fa372e56d3bad70be38bb7bed6a Mon Sep 17 00:00:00 2001 From: Michael Shaw Date: Mon, 17 Oct 2022 16:32:13 -0400 Subject: [PATCH] debugging for context in jenkins --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2ab763ef1..22cd08750 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -31,7 +31,6 @@ pipeline { GOCACHE = "${WORKSPACE}/.cache/go-build" GOENV = "${WORKSPACE}/.config/go/env" GOMODCACHE = "/tmp/go/pkg/mod" - GOMOD="/dev/null" GOWORK="" //GOFLAGS="" @@ -40,6 +39,7 @@ pipeline { echo 'Testing ...' sh 'env' sh 'go env' + sh 'ls -tlh' //sh '/usr/local/go/bin/go test -p 1 -v ./...' sh 'make test' }