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