diff --git a/Jenkinsfile b/Jenkinsfile index dca84f9..b0c91e6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ pipeline { stage('Checkout') { steps { // Hace un checkout del repositorio Git utilizando las credenciales SSH - git credentialsId: '${SSH_CREDENTIALS_ID}', url: 'ssh://git@gitssh.mainserverprivate.org:8222/vgallegoiz/Status.git' + git credentialsId: 'SSH', url: 'ssh://git@gitssh.mainserverprivate.org:8222/vgallegoiz/Status.git' } }