This commit is contained in:
Jamie Curnow
2023-03-08 12:13:35 +10:00
parent 4cc9311b20
commit fc55ad9818

4
Jenkinsfile vendored
View File

@@ -80,7 +80,7 @@ pipeline {
-w /app \\
nginxproxymanager/nginx-full:certbot-node \\
sh -c "yarn install && yarn eslint . && rm -rf node_modules" \\
> ${env.WORKSPACE}/tmp-sh-output 2>&1
> ${WORKSPACE}/tmp-sh-output 2>&1
''')
shOutput = readFile "${env.WORKSPACE}/tmp-sh-output"
if (shStatusCode != 0) {
@@ -101,7 +101,7 @@ pipeline {
--build-arg BUILD_COMMIT="${BUILD_COMMIT}" \\
--build-arg BUILD_DATE="$(date '+%Y-%m-%d %T %Z')" \\
. \\
> ${env.WORKSPACE}/tmp-sh-output 2>&1
> ${WORKSPACE}/tmp-sh-output 2>&1
''')
shOutput = readFile "${env.WORKSPACE}/tmp-sh-output"
if (shStatusCode != 0) {