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

removed debug output from helper.groovy

parent d8f20ffa
No related branches found
No related tags found
No related merge requests found
......@@ -136,23 +136,6 @@ def doPrepare(boolean checkoutScm, String gitUrl='') {
} else {
git gitUrl
}
sh '''
echo DEBUG
pwd
ls -l -a
whoami
sudo -H -E -u msk_jenkins ls -l
sudo -H -E -u msk_jenkins pwd
sudo -H -E -u msk_jenkins whoami
chown -R msk_jenkins .
sleep 10
ls -al /home/msk_jenkins
ls -al /home/msk_jenkins/workspace
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
echo END DEBUG
'''
sh 'sudo -H -E -u msk_jenkins git submodule update --init --recursive'
}
else {
......
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