Test Jenkinsfile
Some checks failed
Gitea/Status/pipeline/head There was a failure building this commit
Some checks failed
Gitea/Status/pipeline/head There was a failure building this commit
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user