Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
minicoin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Volker Hilsheimer
minicoin
Wiki
Manual
Running Jobs
Changes
Page history
New page
Templates
Clone repository
Document working directory for jobs
authored
3 years ago
by
Volker Hilsheimer
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Manual/Running-Jobs.md
+4
-1
4 additions, 1 deletion
Manual/Running-Jobs.md
with
4 additions
and
1 deletion
Manual/Running-Jobs.md
View page @
5ef11b0d
...
...
@@ -21,7 +21,10 @@ directory on the host, and the current working directory on the host, are passed
as the first two parameters to the job script. This allows the job to operate
on the correct directory.
Jobs are by default executed on the guest as the
`vagrant`
user.
Jobs are executed on the guest as the
`vagrant`
user, and the working directory is
the home directory. If the directory on the host does not map to any path on the
guest (either via folder sharing or via file system syncing), then minicoin will
generate a warning, but will nevertheless attempt to run the job.
*Note:*
It is often a good idea to start the machine explicitly and let the file
system syncing finish before running jobs. See the documentation on
...
...
This diff is collapsed.
Click to expand it.