Use jenkins network
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
1534bdd188
commit
b0dac6c12d
|
@ -45,7 +45,7 @@ module.exports = class Docker {
|
||||||
log('Starting container...');
|
log('Starting container...');
|
||||||
const container = await this.execP(`
|
const container = await this.execP(`
|
||||||
docker run \
|
docker run \
|
||||||
--network="jenkins_default" \
|
--network="jenkins" \
|
||||||
--env RUN_CHOWN=${runChown} \
|
--env RUN_CHOWN=${runChown} \
|
||||||
-d ${dockerArgs} salix-db
|
-d ${dockerArgs} salix-db
|
||||||
`);
|
`);
|
||||||
|
|
Loading…
Reference in New Issue