Skip to content

Commit

Permalink
NXP-30451: align with lts 2021.4.16
Browse files Browse the repository at this point in the history
  • Loading branch information
doulba authored and andreacornaglia committed Jun 22, 2021
1 parent efdfc59 commit bcfa226
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/helm/preview/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ nuxeo:
packages: nuxeo-web-ui amazon-s3-online-storage /packages/nuxeo-coldstorage-package-*.zip
customParams: |-
# Override Nuxeo connect configuration
org.nuxeo.connect.url=https://nos-preprod-connect.nuxeocloud.com/nuxeo/site/
# org.nuxeo.connect.url=https://nos-preprod-connect.nuxeocloud.com/nuxeo/site/
# AWS
nuxeo.aws.accessKeyId=${env:AWS_ACCESS_KEY}
nuxeo.aws.secretKey=${env:AWS_ACCESS_SECRET}
Expand Down
3 changes: 2 additions & 1 deletion ci/jenkinsfiles/build.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def runFrontEndUnitTests() {
retry(2) {
sh """
cd ${FRONTEND_FOLDER}
npm install playwright
npm install
npm run test
"""
Expand Down Expand Up @@ -134,7 +135,7 @@ pipeline {
JENKINS_HOME = '/root'
MAVEN_DEBUG = '-e'
MAVEN_OPTS = "${MAVEN_OPTS} -Xms512m -Xmx3072m"
NUXEO_BASE_IMAGE = 'docker-private.packages.nuxeo.com/nuxeo/nuxeo:2021.x'
NUXEO_BASE_IMAGE = 'docker-private.packages.nuxeo.com/nuxeo/nuxeo:2021.4.16'
ORG = 'nuxeo'
PREVIEW_NAMESPACE = "coldstorage-${BRANCH_LC}"
REFERENCE_BRANCH = 'master'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nuxeo</groupId>
<artifactId>nuxeo-parent</artifactId>
<version>2021.2-SNAPSHOT</version>
<version>2021.4.16</version>
</parent>

<groupId>org.nuxeo.coldstorage</groupId>
Expand Down

0 comments on commit bcfa226

Please sign in to comment.