Skip to content

Commit

Permalink
jenkins: log entire payload from Jenkins status end updates
Browse files Browse the repository at this point in the history
This is mainly done to debug the current ARM issues we're seeing.

Refs #108
  • Loading branch information
phillipj committed Feb 20, 2017
1 parent 7e3c4d3 commit ad4f572
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/jenkins-status.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ module.exports = function (app) {
return res.status(400).end('Invalid repository')
}

req.log.debug({ payload: req.body }, 'Jenkins / Github PR end status incoming')

pushJenkinsUpdate.pushEnded({
owner: 'nodejs',
repo,
Expand Down

0 comments on commit ad4f572

Please sign in to comment.