Log host & port
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
0fccae0113
commit
0ad583f22f
|
@ -62,9 +62,11 @@ module.exports = class Docker {
|
|||
this.dbConf.host = netSettings.Networks.jenkins.IPAddress;
|
||||
}
|
||||
|
||||
console.log(netSettings);
|
||||
// console.log(netSettings);
|
||||
|
||||
this.dbConf.port = netSettings.Ports['3306/tcp'][0]['HostPort'];
|
||||
console.log('Host: ', this.dbConf.host);
|
||||
console.log('Port: ', this.dbConf.host);
|
||||
}
|
||||
|
||||
await this.wait();
|
||||
|
|
Loading…
Reference in New Issue