DEV_DB change db creds
Test Workflow / test (push) Successful in 4s

This commit is contained in:
vladp
2026-01-15 16:42:37 +07:00
parent 1a6823f7a9
commit de810e32b4
2 changed files with 50 additions and 2 deletions
+2 -2
View File
@@ -40,8 +40,8 @@ pipeline {
usernameVariable: 'SSH_USER',
passwordVariable: 'SSH_PASS'
),
string(credentialsId: 'db-user', variable: 'DB_USER'),
string(credentialsId: 'db-password', variable: 'DB_PASSWORD')
string(credentialsId: 'DB_USER', variable: 'DB_USER'),
string(credentialsId: 'DB_PASSWORD', variable: 'DB_PASSWORD')
]) {
sh """
echo "Deploying branch: ${params.BRANCH}"