build: refs #6695 try run front
gitea/salix-front/pipeline/pr-dev Something is wrong with the build of this commit Details

This commit is contained in:
Alex Moreno 2025-01-29 08:38:07 +01:00
parent 04fe560a7b
commit ce19a98751
1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

@ -78,8 +78,7 @@ pipeline {
def packageJson = readJSON file: 'package.json' def packageJson = readJSON file: 'package.json'
env.VERSION = "${packageJson.version}-build${env.BUILD_ID}" env.VERSION = "${packageJson.version}-build${env.BUILD_ID}"
} }
sh "echo VERSION=${env.VERSION}" sh 'quasar build'
sh 'docker-compose --version'
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'
} }