Skip to content
Snippets Groups Projects
Commit db941078 authored by Martin Killenberg's avatar Martin Killenberg
Browse files

more debugging in helper.groovy

parent f095f4de
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@ def doPrepare(boolean checkoutScm, String gitUrl='') {
sudo -H -E -u msk_jenkins pwd
sudo -H -E -u msk_jenkins whoami
chown -R msk_jenkins .
sudo -H -E -u msk_jenkins ls -al /home/msk_jenkins
ls -al /home/msk_jenkins
sudo -H -E -u msk_jenkins git status
sudo -H -E -u msk_jenkins git fetch
sudo -H -E -u msk_jenkins git submodule update --init --recursive
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment