Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
JenkinsConfiguration
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ChimeraTK Mirror
JenkinsConfiguration
Commits
5c4805ef
Commit
5c4805ef
authored
4 years ago
by
Martin Killenberg
Browse files
Options
Downloads
Patches
Plain Diff
removed debug output from helper.groovy
parent
d8f20ffa
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
vars/helper.groovy
+0
-17
0 additions, 17 deletions
vars/helper.groovy
with
0 additions
and
17 deletions
vars/helper.groovy
+
0
−
17
View file @
5c4805ef
...
...
@@ -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
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment