mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-01 06:55:48 +00:00
Fix syntax
This commit is contained in:
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@@ -91,7 +91,9 @@ pipeline {
|
|||||||
npmGithubPrComment("CI Error:\n\n```\n${shOutput}\n```", true)
|
npmGithubPrComment("CI Error:\n\n```\n${shOutput}\n```", true)
|
||||||
}
|
}
|
||||||
success {
|
success {
|
||||||
shOutput = ""
|
script {
|
||||||
|
shOutput = ""
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -141,7 +143,9 @@ pipeline {
|
|||||||
}
|
}
|
||||||
success {
|
success {
|
||||||
archiveArtifacts allowEmptyArchive: false, artifacts: 'bin/*'
|
archiveArtifacts allowEmptyArchive: false, artifacts: 'bin/*'
|
||||||
shOutput = ""
|
script {
|
||||||
|
shOutput = ""
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user