Hi,
we tried to deploy a Java application via:
knctl deploy -s cf-sample-app --service-account docker-service-account --image DOCKERIMAGE --namespace test --template buildpack -d=.
Similar like #20 there was no error message and it hanged.
[...]
Tagging older revision 'cf-sample-app-00011' as 'previous'
Annotating new revision 'cf-sample-app-00012'
Looking at the revision we saw following error message:
buildtemplates.build.knative.dev "buildpack" not found
It turned out that we missed a ENV var to specify the jar/war path.
When using knctl build we saw a meaningful error message.
build-step-build | None of the buildpacks detected a compatible application
Hi,
we tried to deploy a Java application via:
Similar like #20 there was no error message and it hanged.
Looking at the revision we saw following error message:
It turned out that we missed a ENV var to specify the jar/war path.
When using
knctl buildwe saw a meaningful error message.