fix: refs #8698 comment out commit ID echo in Jenkinsfile
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2025-03-03 08:59:06 +01:00
parent 40875256ff
commit c7d26084aa
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -99,7 +99,7 @@ pipeline {
echo "Autor: ${change.author}"
echo "Comentario: ${change.comment}"
echo "Archivos modificados: ${change.affectedPaths}"
echo "Commit: ${change.commitId}"
// echo "Commit: ${change.commitId}"
}
}