test: refs #6695 e2e fix sequential
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
062389626e
commit
1507febd91
|
@ -117,22 +117,10 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Up') {
|
stage('Up') {
|
||||||
parallel{
|
steps {
|
||||||
stage('Database') {
|
sh "docker-compose -p ${env.NETWORK} -f docker-compose.e2e.yml up -d db"
|
||||||
steps {
|
sh "docker-compose -p ${env.NETWORK} -f docker-compose.e2e.yml up -d back"
|
||||||
sh "docker-compose -p ${env.NETWORK} -f docker-compose.e2e.yml up -d db"
|
sh "docker-compose -p ${env.NETWORK} -f docker-compose.e2e.yml up -d front"
|
||||||
}
|
|
||||||
}
|
|
||||||
stage('Backend') {
|
|
||||||
steps {
|
|
||||||
sh "docker-compose -p ${env.NETWORK} -f docker-compose.e2e.yml up -d back"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage('Frontend') {
|
|
||||||
steps {
|
|
||||||
sh "docker-compose -p ${env.NETWORK} -f docker-compose.e2e.yml up -d front"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Run E2E') {
|
stage('Run E2E') {
|
||||||
|
|
Loading…
Reference in New Issue