From 742d246cdbf08bc613de4f7bb45372a41d366a4e Mon Sep 17 00:00:00 2001 From: L_DelOff Date: Sun, 19 Nov 2023 21:53:21 +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 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 033f7c1..dc02830 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,6 @@ pipeline { stage('Build') { steps { checkout scm - sh 'ls' sh './mvnw compile' } }