Skip to content

Commit 3ac42c8

Browse files
committed
Some more debug
1 parent f70e49c commit 3ac42c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

vars/githubPr.groovy

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,10 @@ def getNextCommentMessage(previousCommentInfo = [:], isFinal = false) {
212212
"""
213213
}
214214

215+
// TODO remove
216+
print "Status: ${status}"
217+
getFailedSteps()
218+
215219
if (status != 'SUCCESS' && status != 'UNSTABLE') {
216220
try {
217221
def steps = getFailedSteps()

0 commit comments

Comments
 (0)