build: refs #6695 try e2e jenkins
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2025-01-29 07:46:50 +01:00
parent b1e6dd0ee3
commit 9b80f4023e
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -79,8 +79,8 @@ pipeline {
env.VERSION = "${packageJson.version}-build${env.BUILD_ID}" env.VERSION = "${packageJson.version}-build${env.BUILD_ID}"
} }
sh 'export VERSION=e2e-try' sh 'export VERSION=e2e-try'
sh 'docker compose -f docker-compose.e2e.yml build front' sh 'docker-compose -f docker-compose.e2e.yml build front'
sh 'docker compose -f docker-compose.e2e.yml up front' sh 'docker-compose -f docker-compose.e2e.yml up front'
} }
post { post {
always { always {