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...');
|
||||
const container = await this.execP(`
|
||||
docker run \
|
||||
--network="jenkins_default" \
|
||||
--network="jenkins" \
|
||||
--env RUN_CHOWN=${runChown} \
|
||||
-d ${dockerArgs} salix-db
|
||||
`);
|
||||
|
|
Loading…
Reference in New Issue