ci: refs #8698 Jenkins changeset #1525

Merged
alexm merged 62 commits from 8698_jenkins_e2e_onlyChanges into dev 2025-04-07 11:13:40 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c7d26084aa - Show all commits

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}"
}
}