test: refs #6695 jenkins try
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
86b6a33af4
commit
0f59354933
|
@ -128,8 +128,9 @@ pipeline {
|
||||||
}
|
}
|
||||||
stage('Frontend') {
|
stage('Frontend') {
|
||||||
steps {
|
steps {
|
||||||
sh 'docker-compose -f docker-compose.e2e.yml build front'
|
sh 'docker build -f ./Dockerfile.e2e -t front .'
|
||||||
// sh 'docker-compose -f docker-compose.e2e.yml up -d front'
|
// sh 'docker-compose -f docker-compose.e2e.yml up -d --build front'
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// stage('Build Cypress') {
|
// stage('Build Cypress') {
|
||||||
|
|
Loading…
Reference in New Issue