diff --git a/Jenkinsfile b/Jenkinsfile index e250f40..9cb3f35 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { stage('Checkout') { steps { // Hace un checkout del repositorio Git - git 'https://ruta-al-repositorio.git' + git 'ssh://git@gitssh.mainserverprivate.org:8222/vgallegoiz/Status.git' } }