You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running ocBuild or k8sBuild without having built the project, the following message is display
* What went wrong:
Execution failed for task ':ocBuild'.
> Final output artifact file was not detected
I did not understand right away.
JKube should guide the user with an message like
* What went wrong:
Execution failed for task ':ocBuild'.
> The final project packaged file was not found. The project may have not been built. HINT: try to execute the `build` task prior to `ocBuild` task.
Info
Eclipse JKube version : 1.7.0
Sample Reproducer Project : tested with quickstarts/gradle/webapp
The text was updated successfully, but these errors were encountered:
Description
When running
ocBuild
ork8sBuild
without having built the project, the following message is displayI did not understand right away.
JKube should guide the user with an message like
Info
Eclipse JKube version : 1.7.0
Sample Reproducer Project : tested with quickstarts/gradle/webapp
The text was updated successfully, but these errors were encountered: