refs #5739 try jenkins
gitea/salix/pipeline/head Something is wrong with the build of this commit
Details
gitea/salix/pipeline/head Something is wrong with the build of this commit
Details
This commit is contained in:
parent
a9377333e6
commit
06f1781b43
|
@ -39,7 +39,7 @@ pipeline {
|
|||
NODE_ENV = ""
|
||||
}
|
||||
steps {
|
||||
sh "docker build -f front/Dockerfile.test -t salix-front"
|
||||
sh "docker-compose -p salix-test -f docker-compose.test.yml build --force-rm back db"
|
||||
}
|
||||
}
|
||||
stage('Test') {
|
||||
|
@ -54,12 +54,12 @@ pipeline {
|
|||
parallel {
|
||||
stage('Frontend') {
|
||||
steps {
|
||||
sh docker compose -f docker-compose.test.yml up front
|
||||
sh "docker-compose -p salix-test -f docker-compose.test.yml run --rm front"
|
||||
}
|
||||
}
|
||||
stage('Backend') {
|
||||
steps {
|
||||
sh docker compose -f docker-compose.test.yml up back
|
||||
sh "docker-compose -p salix-test -f docker-compose.test.yml run --rm back"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -42,7 +42,7 @@
|
|||
"node-ssh": "^11.0.0",
|
||||
"object-diff": "0.0.4",
|
||||
"object.pick": "^1.3.0",
|
||||
"puppeteer": "^20.3.0",
|
||||
"puppeteer": "^21.7.0",
|
||||
"read-chunk": "^3.2.0",
|
||||
"require-yaml": "0.0.1",
|
||||
"smbhash": "0.0.1",
|
||||
|
|
Loading…
Reference in New Issue