feat: refs #6695 jenkins run e2e rebuild
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
764849ffd8
commit
422d3428c5
|
@ -108,10 +108,10 @@ pipeline {
|
||||||
// sh 'cd front'
|
// sh 'cd front'
|
||||||
// sh '# export VERSION=e2e-try'
|
// sh '# export VERSION=e2e-try'
|
||||||
sh 'docker build -f salix/back/Dockerfile -t back ./salix'
|
sh 'docker build -f salix/back/Dockerfile -t back ./salix'
|
||||||
sh 'docker-compose -f docker-compose.e2e.yml up db'
|
sh 'docker-compose -f docker-compose.e2e.yml up db --build'
|
||||||
sh 'docker run --net=host -v ./test/cypress/storage:/salix/storage -d back'
|
sh 'docker run --net=host -v ./test/cypress/storage:/salix/storage -d back'
|
||||||
sh 'docker-compose -f docker-compose.e2e.yml up -d front'
|
sh 'docker-compose -f docker-compose.e2e.yml up -d front --build'
|
||||||
sh 'docker-compose -f docker-compose.e2e.yml up e2e --build'
|
sh 'docker-compose -f docker-compose.e2e.yml up e2e'
|
||||||
|
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
|
|
Loading…
Reference in New Issue