1
0
mirror of https://github.com/NginxProxyManager/nginx-proxy-manager.git synced 2025-05-30 11:24:50 +03:00

Fix syntax

This commit is contained in:
Jamie Curnow 2023-03-08 16:15:20 +10:00
parent 35cc486fd7
commit 471ffa8dff
No known key found for this signature in database
GPG Key ID: FFBB624C43388E9E

8
Jenkinsfile vendored
View File

@ -91,7 +91,9 @@ pipeline {
npmGithubPrComment("CI Error:\n\n```\n${shOutput}\n```", true)
}
success {
shOutput = ""
script {
shOutput = ""
}
}
}
}
@ -141,7 +143,9 @@ pipeline {
}
success {
archiveArtifacts allowEmptyArchive: false, artifacts: 'bin/*'
shOutput = ""
script {
shOutput = ""
}
}
}
}