java - cf manifest path regex issue -
i'm trying use regexp path variable in cloudfoundry manifest couldn't find way around. spring boot application jar build.
suppose have path below:
name: myapp path: build/libs/myapp*.jar it doesn't seem work way; i'm trying achieve cf catch jar file in build directory , push it.
has know way around this?
regards
the purpose of app manifest able version attributes push app (e.g. checking in source code management system app source).
supporting regular expressions in app names, i.e. not declaring explicitly file (or file version?) pushing goes against that. that's not supported.
Comments
Post a Comment