diff --git a/Jenkinsfile b/Jenkinsfile index 605d663..59f9b26 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,7 +7,7 @@ pipeline { sh 'rm -r *' - git credentialsId: 'git-tbs093a', url: 'https://github.com/TBS093A/curriculum_vitae.git' + git credentialsId: 'git-tbs093a', url: 'git@github.com:TBS093A/curriculum_vitae.git' sh 'ls -la' }