@ -4,7 +4,7 @@ pipeline {
stages {
stage('Checkout') {
steps {
git url: 'https://git.comsys.kpi.ua/victoria_babenko/repos_test.git', credentialsId: 'jenkins-gitea-test'
git url: 'https://git.comsys.kpi.ua/huk_dmytro/babenko_test_cicd.git', credentialsId: 'access_for_jenkins'
}