Artifacts opslaan
All checks were successful
gitea/real_analysis/pipeline/head This commit looks good

This commit is contained in:
2026-01-22 23:43:59 +01:00
parent b27c0d1872
commit 23c5c26472

2
Jenkinsfile vendored
View File

@@ -5,6 +5,8 @@ pipeline {
steps {
echo 'Starting build step...'
sh 'latexmk -pdf -outdir=out main_text.tex'
archiveArtifacts artifacts: 'out/main_text.pdf'
}
}