From e0f493534510422cb1b77cbc978edb8b7906bb4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=8B=D1=87=D0=BA=D0=BE=D0=B2=20=D0=90=D0=BD=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D0=B9?= Date: Thu, 9 Jun 2022 17:13:45 +0300 Subject: [PATCH] fix Jenkinsfile 3 --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index a900e27..ad70845 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -57,4 +57,5 @@ pipeline { copyArtifactPermission('*'); buildDiscarder(logRotator(numToKeepStr: "20", artifactNumToKeepStr: "10")) } + stages {} }