mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-12 20:09:16 +00:00
test
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -97,6 +97,7 @@ pipeline {
|
||||
post {
|
||||
failure {
|
||||
script {
|
||||
echo "SHOUTPUT:\n---------------\n${SHOUTPUT}\n--------------\n"
|
||||
if (env.BRANCH_NAME.startsWith('PR') && SHOUTPUT?.trim()) {
|
||||
def comment = pullRequest.comment("CI Error:\n\n```\n${SHOUTPUT}\n```")
|
||||
}
|
||||
|
Reference in New Issue
Block a user