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