Fix jenkinsfile
This commit is contained in:
parent
cca96df7e0
commit
3116445b0a
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -8,7 +8,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Cloning Git') {
|
stage('Cloning Git') {
|
||||||
steps {
|
steps {
|
||||||
git([url: 'ssh://git@10.100.5.20:22023/is.ulstu.ru/iiti-2024.git', branch: 'master', credentialsId: '2'])
|
git([url: 'https://git.athene.tech/is.ulstu.ru/iiti-2024.git', branch: 'master', credentialsId: '2'])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Building pdf') {
|
stage('Building pdf') {
|
||||||
|
@ -299,6 +299,5 @@ 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