From 68015056ab3c586bf61efafebb2376670632d7f5 Mon Sep 17 00:00:00 2001 From: alexm Date: Tue, 28 Jan 2025 08:41:20 +0100 Subject: [PATCH] build: refs #6695 try e2e jenkins --- Jenkinsfile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index aec80e782..0ab08638e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -91,8 +91,8 @@ pipeline { expression { !PROTECTED_BRANCH } } environment { - CREDENTIALS = credentials('docker-registry') - IMAGE = "$REGISTRY/salix-back" + // CREDENTIALS = credentials('docker-registry') + // IMAGE = "$REGISTRY/salix-back" } steps { script { @@ -109,15 +109,16 @@ pipeline { sh 'rm -rf salix' sh 'docker-compose down' sh 'docker-compose rm' + sh 'docker-compose -f docker-compose.e2e.yml up front --build' // sh 'docker rm -f back' // sh 'docker rm -f db' // sh 'docker rm -f front' // sh 'docker rm -f e2e' - sh 'git clone --branch dev https://gitea.verdnatura.es/verdnatura/salix.git' + // sh 'git clone --branch dev https://gitea.verdnatura.es/verdnatura/salix.git' // sh 'cd front' // sh '# export VERSION=e2e-try' // sh 'docker build -f salix/back/Dockerfile -t back ./salix' - sh 'docker-compose version' + // sh 'docker-compose version' // // // sh 'quasar build' // // // sh 'docker compose -f docker-compose.e2e.yml build front' // // // sh 'docker compose -f docker-compose.e2e.yml up front'