Fix
This commit is contained in:
parent
5e4aa5a748
commit
4446b2bac2
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
@ -15,11 +15,11 @@ pipeline {
|
|||||||
steps{
|
steps{
|
||||||
script {
|
script {
|
||||||
docker.image('aergus/latex').inside {
|
docker.image('aergus/latex').inside {
|
||||||
sh 'rm paper_eng.pdf'
|
sh 'rm paper_eng_short.pdf'
|
||||||
sh 'latexmk -pdf paper_eng.tex'
|
sh 'latexmk -pdf paper_eng_short.tex'
|
||||||
sh 'git add -f paper_eng.pdf'
|
// sh 'git add -f paper_eng.pdf'
|
||||||
sh 'git commit -m "add pdf"'
|
// sh 'git commit -m "add pdf"'
|
||||||
sh 'git push origin master'
|
// sh 'git push origin master'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -27,7 +27,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
archiveArtifacts artifacts: 'paper_eng.pdf', allowEmptyArchive: false, fingerprint: true, onlyIfSuccessful: true
|
archiveArtifacts artifacts: 'paper_eng_short.pdf', allowEmptyArchive: false, fingerprint: true, onlyIfSuccessful: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -299,5 +299,6 @@ Kamaletdinova, Lilia \& Romanov, Anton. (2024). Control System Design (In russia
|
|||||||
|
|
||||||
\bibitem{faveo}
|
\bibitem{faveo}
|
||||||
Faveo Service Desk - URL: https://www.faveohelpdesk.com/servicedesk/?lang=ru (accessed at 1.05.2024)
|
Faveo Service Desk - URL: https://www.faveohelpdesk.com/servicedesk/?lang=ru (accessed at 1.05.2024)
|
||||||
|
|
||||||
\end{thebibliography}
|
\end{thebibliography}
|
||||||
\end{document}
|
\end{document}
|
||||||
|
Loading…
Reference in New Issue
Block a user