Skip to content

Commit ad4f572

Browse files
committed
jenkins: log entire payload from Jenkins status end updates
This is mainly done to debug the current ARM issues we're seeing. Refs #108
1 parent 7e3c4d3 commit ad4f572

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/jenkins-status.js

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ module.exports = function (app) {
3737
return res.status(400).end('Invalid repository')
3838
}
3939

40+
req.log.debug({ payload: req.body }, 'Jenkins / Github PR end status incoming')
41+
4042
pushJenkinsUpdate.pushEnded({
4143
owner: 'nodejs',
4244
repo,

0 commit comments

Comments
 (0)