diff --git a/Jenkinsfile b/Jenkinsfile index a1b1f93..35502a5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -56,6 +56,7 @@ pipeline { } } } + } post { success { echo "Оба образа собраны и задеплоены успешно" @@ -64,7 +65,7 @@ pipeline { echo "Ошибка сборки!" } } - } + }