Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
software-project-WS25
Reddit Team
Commits
0614f449
Commit
0614f449
authored
Dec 09, 2025
by
Benavides Ontiveros
Browse files
add metadata folder
parent
6131ff0d
Pipeline
#12251
failed with stages
in 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0614f449
...
...
@@ -86,15 +86,16 @@ generate:
before_script
:
-
pip install -r requirements.txt
-
mkdir -p generated
-
mkdir -p /generated/$CI_PIPELINE_ID
-
mkdir -p /generated/$CI_PIPELINE_ID
# persistent folder on VM
script
:
-
echo "Running data generator..."
-
python app.py
-
echo "--- GENERATED FILES INSIDE JOB ---"
-
ls -R generated/ || echo "No files generated"
-
echo "Copying generated files to VM..."
-
cp -R generated/* /generated/$CI_PIPELINE_ID/ || echo "Copy failed!"
-
echo "Files saved to /opt/generated/$CI_PIPELINE_ID"
-
ls -Ra generated/ || echo "No files generated"
-
echo "Copying all files (including .meta) to VM..."
-
cp -R generated/. /generated/$CI_PIPELINE_ID/ || echo "Copy failed!"
-
echo "--- FILES NOW IN VM ---"
-
ls -Ra /generated/$CI_PIPELINE_ID
artifacts
:
paths
:
[]
expire_in
:
"
1
minute"
...
...
@@ -116,8 +117,8 @@ ingest:
-
apt-get update && apt-get install -y gettext jq
-
cp tools/filesystem-plugin-2.1.0.jar plugin.jar
-
envsubst < tools/user-config.json > user-config.json
-
echo "
Generated files on VM:
"
-
ls -R /generated/$CI_PIPELINE_ID || echo "No files found!"
-
echo "
--- GENERATED FILES ON VM ---
"
-
ls -R
a
/generated/$CI_PIPELINE_ID || echo "No files found!"
script
:
-
echo "Running ingestion..."
-
java -jar plugin.jar "/generated/$CI_PIPELINE_ID"
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment