Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
gkirok committed Apr 8, 2019
1 parent 0cb4f60 commit fb9b01d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
}
}
Expand All @@ -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 {
Expand Down

0 comments on commit fb9b01d

Please sign in to comment.