repair Jenkinsfile git fetch

master
TBS093A 2022-03-01 10:23:34 +01:00
parent bf4e916548
commit bdac71d35d
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -7,7 +7,7 @@ pipeline {
sh 'rm -r *' 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' sh 'ls -la'
} }