From ec1d9920c98fe36a6c279342da8ab6de27163408 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Miko=C5=82ajski?= Date: Sat, 15 Apr 2023 05:10:08 +0200 Subject: [PATCH] Update 'Jenkinsfile' --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3978bfd..8ba4342 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,8 +17,7 @@ node { ]) } stage('checkout: Check out from version control') { - git branch: 'master', - url: 'https://git.wmi.amu.edu.pl/s487182/ium_s487182' + checkout scm } stage('sh: Shell Script') { // Run the maven build