4592-jenkins_tests #1075

Merged
joan merged 27 commits from 4592-jenkins_tests into dev 2022-10-05 12:40:29 +00:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit 0ad583f22f - Show all commits

View File

@ -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();