From 9a4652b8f2584c854fa0bda1f8c87c2ad7044aa9 Mon Sep 17 00:00:00 2001 From: L_DelOff Date: Sun, 19 Nov 2023 20:40:53 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B0=D0=B3=D0=B5=D0=BD=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 1844731..c5fa6dd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,6 +9,7 @@ pipeline { stage('Build') { steps { checkout scm + sh 'ls' sh './mvnw compile' } }