This commit is contained in:
Mateusz Piwowarski 2024-03-20 14:52:10 +01:00
parent 3460a7fbeb
commit 0b1a0423b2

1
Jenkinsfile vendored
View File

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