From ef0313ae447231aa668a811ee6c7ef7d98ec2d6c Mon Sep 17 00:00:00 2001 From: valentinab25 <30239069+valentinab25@users.noreply.github.com> Date: Fri, 30 Aug 2024 12:45:21 +0300 Subject: [PATCH] test: add missing } --- Jenkinsfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index cb21441..25a4123 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,7 +28,7 @@ pipeline { } } steps { - node(label: 'docker') { + node(label: 'docker') { script { try { sh '''docker pull eeacms/plone-backend; docker run --rm -d --name="$BUILD_TAG-plone" -e SITE="Plone" -e PROFILES="eea.kitkat:testing" eeacms/plone-backend''' @@ -60,13 +60,12 @@ pipeline { sh script: "docker stop $BUILD_TAG-plone", returnStatus: true sh script: "docker rm -v $BUILD_TAG-plone", returnStatus: true sh script: "docker rm -v $BUILD_TAG-cypress", returnStatus: true - } } } } } - + } stage('Bundlewatch') { when { @@ -78,7 +77,7 @@ pipeline { script { checkout scm env.NODEJS_HOME = "${tool 'NodeJS'}" - env.PATH="${env.NODEJS_HOME}/bin:${env.PATH}" + env.PATH="${env.NODEJS_HOME}/bin:${env.PATH}" env.CI=false sh "yarn" sh "env"