From 4446b2bac22b1a505b9850e9e2a574117ebd76f7 Mon Sep 17 00:00:00 2001 From: Anton Romanov Date: Thu, 16 May 2024 14:03:07 +0400 Subject: [PATCH] Fix --- Jenkinsfile | 12 ++++++------ paper_eng.tex | 1 + 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5beb7a0..2a69d3c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,11 +15,11 @@ pipeline { steps{ script { docker.image('aergus/latex').inside { - sh 'rm paper_eng.pdf' - sh 'latexmk -pdf paper_eng.tex' - sh 'git add -f paper_eng.pdf' - sh 'git commit -m "add pdf"' - sh 'git push origin master' + sh 'rm paper_eng_short.pdf' + sh 'latexmk -pdf paper_eng_short.tex' +// sh 'git add -f paper_eng.pdf' +// sh 'git commit -m "add pdf"' +// sh 'git push origin master' } } } @@ -27,7 +27,7 @@ pipeline { } post { always { - archiveArtifacts artifacts: 'paper_eng.pdf', allowEmptyArchive: false, fingerprint: true, onlyIfSuccessful: true + archiveArtifacts artifacts: 'paper_eng_short.pdf', allowEmptyArchive: false, fingerprint: true, onlyIfSuccessful: true } } } \ No newline at end of file diff --git a/paper_eng.tex b/paper_eng.tex index 40c6d40..083d329 100644 --- a/paper_eng.tex +++ b/paper_eng.tex @@ -299,5 +299,6 @@ Kamaletdinova, Lilia \& Romanov, Anton. (2024). Control System Design (In russia \bibitem{faveo} Faveo Service Desk - URL: https://www.faveohelpdesk.com/servicedesk/?lang=ru (accessed at 1.05.2024) + \end{thebibliography} \end{document}