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