This commit is contained in:
Mateusz Piwowarski 2024-03-20 14:43:30 +01:00
parent 072bc15069
commit 3460a7fbeb
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -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'
}
}