Test Jenkinsfile
Some checks failed
Gitea/Status/pipeline/head There was a failure building this commit

This commit is contained in:
2024-05-05 20:12:11 +02:00
parent 9d515098b0
commit 5dff8fce63

2
Jenkinsfile vendored
View File

@@ -5,7 +5,7 @@ pipeline {
stage('Checkout') { stage('Checkout') {
steps { steps {
// Hace un checkout del repositorio Git // Hace un checkout del repositorio Git
git 'https://ruta-al-repositorio.git' git 'ssh://git@gitssh.mainserverprivate.org:8222/vgallegoiz/Status.git'
} }
} }