From bdac71d35d6cfecccbba45fe2a76980a25d05bd7 Mon Sep 17 00:00:00 2001 From: TBS093A Date: Tue, 1 Mar 2022 10:23:34 +0100 Subject: [PATCH] repair Jenkinsfile git fetch --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }