test: refs #6695 e2e better build front image
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
dd4e12c174
commit
78781d0302
|
@ -128,8 +128,8 @@ pipeline {
|
||||||
}
|
}
|
||||||
stage('Frontend') {
|
stage('Frontend') {
|
||||||
steps {
|
steps {
|
||||||
// sh 'docker build -f Dockerfile.e2e -t front .'
|
sh 'docker-compose -f docker-compose.e2e.yml build --progress=plain front'
|
||||||
sh 'docker-compose -f docker-compose.e2e.yml up -d --build front'
|
sh 'docker-compose -f docker-compose.e2e.yml up -d front'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// stage('Build Cypress') {
|
// stage('Build Cypress') {
|
||||||
|
|
Loading…
Reference in New Issue