From 38e45a7cb73759447912c3adc5c0c88ca3089337 Mon Sep 17 00:00:00 2001 From: Mihai Georgescu Date: Mon, 4 Dec 2023 10:10:04 +0200 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 38fceb153..f24d0d8f3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,7 @@ pipeline { } stage('Tests') { steps { - echo "now we will begin the tests" + echo "now we will begin the tests " sh 'mvn test' } }