[#33] fix: locations workspace 기준으로 변경
This commit is contained in:
@@ -25,7 +25,7 @@ pipeline {
|
||||
commandLineArgs: "-configFiles=${FLYWAY_CONFIG}",
|
||||
credentialsId: 'ecb29499-7272-4e8b-b3ab-a7a3ab7eafab',
|
||||
url: '',
|
||||
locations: ''
|
||||
locations: "${WORKSPACE}/db/migration"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user