repair Jenkinsfile git fetch
parent
bf4e916548
commit
bdac71d35d
|
|
@ -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'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue