diff --git a/Jenkinsfile b/Jenkinsfile index bd4bb32..3903fde 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' } }