mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-04-28 18:12:27 +00:00
Fix syntax
This commit is contained in:
parent
35cc486fd7
commit
471ffa8dff
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -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 = ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user