We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39f2c49 commit b59205cCopy full SHA for b59205c
1 file changed
lib/push-jenkins-update.js
@@ -23,9 +23,9 @@ function createGhStatusFn (options) {
23
description: message
24
}, (err, res) => {
25
if (err) {
26
- return console.error(`! ${prInfo} Error while updating Jenkins / GitHub PR status`, err)
+ return console.error(`! ${prInfo} Error while updating Jenkins / GitHub PR status to '${state}' for ${options.context}`, err)
27
}
28
- console.log(`* ${prInfo} Jenkins / Github PR status updated to '${state}'`)
+ console.log(`* ${prInfo} Jenkins / Github PR status updated to '${state}' for ${options.context}`)
29
})
30
31
0 commit comments