From 234b043d72e2895167bdf4b88137c1c0ef5786e1 Mon Sep 17 00:00:00 2001 From: Anton Romanov Date: Thu, 2 May 2024 14:22:29 +0400 Subject: [PATCH] #247 -- Fix jenkinsfile --- Jenkinsfile | 11 +- .../resources/templates/papers/paper.html | 213 ------------------ 2 files changed, 6 insertions(+), 218 deletions(-) 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 @@ - - -