From fb9b01d9a3fe23ac4dad0ed1aded619aee7258cf Mon Sep 17 00:00:00 2001 From: Gall Zvyagin Date: Mon, 8 Apr 2019 16:00:47 +0300 Subject: [PATCH] debug --- Jenkinsfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 351c59dc..5b3c6fcd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -257,6 +257,8 @@ def build_frames(V3IO_TSDB_VERSION, internal_status="stable") { sh("GO111MODULE=on go get github.com/${git_project_user}/v3io-tsdb@${V3IO_TSDB_VERSION}") } sh("GO111MODULE=on go mod vendor") + sh("ls -la") + sh("whoami") } } } @@ -269,6 +271,10 @@ def build_frames(V3IO_TSDB_VERSION, internal_status="stable") { git config --global user.name '${GIT_USERNAME}' git remote rm origin git remote add origin https://${GIT_USERNAME}:${GIT_TOKEN}@github.com/${git_project_user}/${git_project}.git + git status + whoami + ls -la + sudo chown jenkins:jenkins ./ -R git add go.mod; """ try {