From b7990866a48569267ffb83eefefbb471296b025c Mon Sep 17 00:00:00 2001 From: rahuljain-dev Date: Fri, 5 Apr 2024 11:20:30 +0530 Subject: [PATCH] NXP-32456: Enable ftest in retention repository lts 2021 --- ci/Jenkinsfiles/build.groovy | 5 +---- nuxeo-retention-web/build.xml | 4 ++-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/ci/Jenkinsfiles/build.groovy b/ci/Jenkinsfiles/build.groovy index 491b52b4..b16b4e74 100644 --- a/ci/Jenkinsfiles/build.groovy +++ b/ci/Jenkinsfiles/build.groovy @@ -52,7 +52,7 @@ Closure buildUnitTestStage(env) { pipeline { agent { - label 'jenkins-nuxeo-package-lts-2021' + label 'jenkins-nuxeo-package-lts-2021-nodejs18' } options { buildDiscarder(logRotator(daysToKeepStr: '60', numToKeepStr: '60', artifactNumToKeepStr: '5')) @@ -155,8 +155,6 @@ pipeline { } } nxWithGitHubStatus(context: 'ftests') { - echo "Functional tests are disabled (https://jira.nuxeo.com/browse/WEBUI-1260 and https://jira.nuxeo.com/browse/WEBUI-1252)" - /* script { def testNamespace = "${CURRENT_NAMESPACE}-retention-${BRANCH_NAME}-${BUILD_NUMBER}-ftests".replaceAll('\\.', '-').toLowerCase() def nuxeoParentVersion = readMavenPom().getParent().getVersion() @@ -170,7 +168,6 @@ pipeline { } } } - */ } } } diff --git a/nuxeo-retention-web/build.xml b/nuxeo-retention-web/build.xml index f19a5bf2..302be4c6 100644 --- a/nuxeo-retention-web/build.xml +++ b/nuxeo-retention-web/build.xml @@ -25,10 +25,10 @@ limitations under the License. - + - +