mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-03 12:58:03 +01:00
Add PostgreSQL password for the 'postgres' user when runs on Jenkins
This commit is contained in:
parent
2b06b60309
commit
baa332ef89
@ -66,6 +66,10 @@ std::string PostgreSQLTest::getPass(){
|
|||||||
{
|
{
|
||||||
return "Password12!";
|
return "Password12!";
|
||||||
}
|
}
|
||||||
|
else if (Environment::has("JENKINS_HOME"))
|
||||||
|
{
|
||||||
|
return "postgres";
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
return "poco";
|
return "poco";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user