fix: refs #8698 comment out commit ID echo in Jenkinsfile
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
40875256ff
commit
c7d26084aa
|
@ -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}"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue