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') {
|
||||
parallel{
|
||||
stage('Database') {
|
||||
steps {
|
||||
sh "docker-compose -p ${env.NETWORK} -f docker-compose.e2e.yml up -d db"
|
||||
}
|
||||
}
|
||||
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"
|
||||
}
|
||||
}
|
||||
steps {
|
||||
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 back"
|
||||
sh "docker-compose -p ${env.NETWORK} -f docker-compose.e2e.yml up -d front"
|
||||
}
|
||||
}
|
||||
stage('Run E2E') {
|
||||
|
|
Loading…
Reference in New Issue