@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user