From f963ebcc1af1746332b6693013343d608abedf72 Mon Sep 17 00:00:00 2001 From: Ivan Smirnov <52702497+ivanmolodec@users.noreply.github.com> Date: Thu, 12 Dec 2024 20:35:29 +0300 Subject: [PATCH] Update jobConfiguration.json --- jobConfiguration.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jobConfiguration.json b/jobConfiguration.json index 0f973b1c..280c4a1d 100644 --- a/jobConfiguration.json +++ b/jobConfiguration.json @@ -2,11 +2,11 @@ "$schema": "https://raw.githubusercontent.com/firstBitMarksistskaya/jenkins-lib/develop/resources/schema.json", "stages": { "initSteps": true, - "edtValidate": true, - "syntaxCheck": true, + "edtValidate": false, + "syntaxCheck": false, "smoke": true, "yaxunit": true, - "telegram": true, + "telegram": false, "bdd": true, "sonarqube": true },