[#33] fix: locations workspace 기준으로 변경

This commit is contained in:
Hanbin Lee
2023-03-12 18:06:58 +09:00
parent f4b11c755c
commit 9e376bfefb

View File

@@ -25,7 +25,7 @@ pipeline {
commandLineArgs: "-configFiles=${FLYWAY_CONFIG}",
credentialsId: 'ecb29499-7272-4e8b-b3ab-a7a3ab7eafab',
url: '',
locations: ''
locations: "${WORKSPACE}/db/migration"
}
}