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

fixed debug output which made all jobs fail in helper.groovy

parent ed73aa9c
No related branches found
No related tags found
No related merge requests found
......@@ -143,7 +143,6 @@ def doPrepare(boolean checkoutScm, String gitUrl='') {
whoami
sudo -H -E -u msk_jenkins ls -l
sudo -H -E -u msk_jenkins pwd
sudo -H -E -u msk_jenkins ls -l ~
echo END DEBUG
'''
sh '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