Poging met een dockerfile
Some checks reported errors
gitea/real_analysis/pipeline/head Something is wrong with the build of this commit
Some checks reported errors
gitea/real_analysis/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@@ -2,15 +2,9 @@ pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage('Build') {
|
||||
agent {
|
||||
docker {
|
||||
image 'kjarosh/latex:2025.1'
|
||||
reuseNode true
|
||||
}
|
||||
}
|
||||
agent { dockerfile true }
|
||||
steps {
|
||||
echo 'Starting build step...'
|
||||
sh 'tlmgr install libertinus'
|
||||
sh 'latexmk -pdf -outdir=out main_text.tex'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user