From cf5235fefcce1ca8256fe5a18ea8627518297301 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=93=D1=80=D0=B8=D0=B3=D0=BE=D1=80=D0=B8=D0=B9=20=D0=9F?= =?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=BE=D0=B2?= Date: Fri, 1 May 2026 21:23:00 +0300 Subject: [PATCH] Fix#2 Jenkins pipeline --- Jenkinsfile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 712b000..dd99ccd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,12 +2,6 @@ pipeline { agent any stages { - stage('Checkout') { - steps { - checkout scm - } - } - stage('Build') { steps { sh ''' @@ -26,5 +20,4 @@ pipeline { } } } -} - +} \ No newline at end of file