[#33] fix: flyway credentialsId 추가

This commit is contained in:
Hanbin Lee
2023-03-12 17:55:46 +09:00
parent af1a95b1c7
commit f4b11c755c

View File

@@ -23,8 +23,8 @@ pipeline {
flywayrunner installationName: 'flywaytool-jenkins',
flywayCommand: 'info',
commandLineArgs: "-configFiles=${FLYWAY_CONFIG}",
credentialsId: 'ecb29499-7272-4e8b-b3ab-a7a3ab7eafab',
url: '',
credentialsId: '',
locations: ''
}
}