Skip to content

Commit f414ea1

Browse files
committed
Merge branch 'master' into graft
2 parents 6495ca5 + 53250cf commit f414ea1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Jenkinsfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,11 @@ pipeline {
109109
"""
110110
} catch (error) {
111111
echo "PGI BUILD AND/OR TEST FAILED"
112+
try {
113+
pullRequest.comment("The PGI build in Jenkins failed.")
114+
} catch (err2) {
115+
echo "Could not post a PR comment: ${err2}"
116+
}
112117
}
113118
}
114119
}

0 commit comments

Comments
 (0)