mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-12 20:09:16 +00:00
Test again
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -64,6 +64,7 @@ pipeline {
|
||||
echo 'Checking Syntax ...'
|
||||
sh 'docker pull nginxproxymanager/nginx-full:certbot-node'
|
||||
// See: https://github.com/yarnpkg/yarn/issues/3254
|
||||
script {
|
||||
SHOUTPUT = sh (
|
||||
script: '''docker run --rm \\
|
||||
-v "$(pwd)/backend:/app" \\
|
||||
@@ -74,8 +75,10 @@ pipeline {
|
||||
''',
|
||||
returnStdout: true
|
||||
).trim()
|
||||
}
|
||||
|
||||
echo 'Docker Build ...'
|
||||
script {
|
||||
SHOUTPUT = sh (
|
||||
script: '''docker build --pull --no-cache --squash --compress \\
|
||||
-t "${IMAGE}:ci-${BUILD_NUMBER}" \\
|
||||
@@ -90,6 +93,7 @@ pipeline {
|
||||
returnStdout: true
|
||||
).trim()
|
||||
}
|
||||
}
|
||||
post {
|
||||
failure {
|
||||
script {
|
||||
|
Reference in New Issue
Block a user