From 0168036fabd7439adf3f4797599252270f2568a7 Mon Sep 17 00:00:00 2001 From: korotkov Date: Wed, 1 Apr 2026 11:35:42 +0500 Subject: [PATCH] qaz --- Jenkinsfile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index e4c6d2a..196023c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -39,16 +39,8 @@ pipeline { } } - post { - failure { - echo "[ERROR] Build failure" - } - success { - echo "[OK] Build success" - } + } - - }