diff --git a/Jenkinsfile b/Jenkinsfile
index 1bc6f0c..bedbf19 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -8,11 +8,12 @@ pipeline {
}
}
post {
- always {
- script {
- if (currentBuild.currentResult == 'FAILURE') {
- step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: "a.romanov@ulstu.ru", sendToIndividuals: true])
+ always {
+ script {
+ if (currentBuild.currentResult == 'FAILURE') {
+ step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: "a.romanov@ulstu.ru", sendToIndividuals: true])
+ }
+ }
}
- }
}
}
\ No newline at end of file
diff --git a/src/main/resources/templates/papers/paper.html b/src/main/resources/templates/papers/paper.html
index 121f681..47c5b62 100644
--- a/src/main/resources/templates/papers/paper.html
+++ b/src/main/resources/templates/papers/paper.html
@@ -191,219 +191,6 @@
-
-
-