diff --git a/Jenkinsfile b/Jenkinsfile index 13c10ed..a3a77e8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,6 +4,7 @@ pipeline { stages { stage('Clone Repository') { steps { + // Clone the Git repository git branch: 'main', url: 'https://git.wmi.amu.edu.pl/s464913/ium_464913' } }