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

This commit is contained in:
Alex Moreno 2025-01-29 08:21:19 +01:00
parent 144d1fe620
commit f5b56ff5d4
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -78,7 +78,8 @@ pipeline {
def packageJson = readJSON file: 'package.json'
env.VERSION = "${packageJson.version}-build${env.BUILD_ID}"
}
sh 'export VERSION=e2e-try'
// sh 'export VERSION=e2e-try'
sh "echo VERSION=${env.VERSION}"
sh 'docker-compose -f docker-compose.e2e.yml build front'
sh 'docker-compose -f docker-compose.e2e.yml up front'
}