Skip to content

Commit

Permalink
Merge branch 'master' into graft
Browse files Browse the repository at this point in the history
  • Loading branch information
drroe committed Aug 18, 2020
2 parents 6495ca5 + 53250cf commit f414ea1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ pipeline {
"""
} catch (error) {
echo "PGI BUILD AND/OR TEST FAILED"
try {
pullRequest.comment("The PGI build in Jenkins failed.")
} catch (err2) {
echo "Could not post a PR comment: ${err2}"
}
}
}
}
Expand Down

0 comments on commit f414ea1

Please sign in to comment.