[#38] feat: feature/33 내용 merge

This commit is contained in:
Hanbin Lee
2023-03-12 19:24:00 +09:00
parent be217c6b01
commit 2c93cc3dd2

View File

@@ -19,6 +19,7 @@ pipeline {
flywayCommand: 'info migrate validate',
commandLineArgs: "-configFiles=${FLYWAY_CONFIG}",
credentialsId: 'ecb29499-7272-4e8b-b3ab-a7a3ab7eafab',
url: '',
locations: "filesystem:${WORKSPACE}/db/migration"
}
}