eclipse-jkube / jkube

Build and Deploy java applications on Kubernetes
https://www.eclipse.dev/jkube/
Eclipse Public License 2.0
769 stars 515 forks source link

JibImageBuildServiceBuildTest is failing on windows #3156

Open Sintivrousai opened 4 months ago

Sintivrousai commented 4 months ago

Related to https://github.com/eclipse-jkube/jkube/issues/1338

JibImageBuildServiceBuildTest is failing on windows.

[ERROR] Errors: [ERROR] JibImageBuildServiceBuildTest.build_withLayersAndArtifact_shouldPerformJibBuild:194 ? JKubeService Error when building JIB image

rohanKanojia commented 4 months ago

@Sintivrousai : Are you working on this issue? Shall I assign it to you?

Sintivrousai commented 4 months ago

Yes, assign me please

Sintivrousai commented 4 months ago

I think the test is okey and the problem was due to the cache of my device. So i should close the issue, right?

rohanKanojia commented 4 months ago

@Sintivrousai : Does it work if you clear the cache? Which cache are you referring to in your comment? Is it maven cache or docker cache?

Sintivrousai commented 4 months ago

Yes, it worked after i cleared it. I am not sure about the type of cache. I used the link of the surefire report (..\AppData\Local\Temp\jib-core-application-layers-cache\layers\12c9729fa63b46c247fedf5ff795775b9edd1da6c55999ff040613577ad2d3cd\c0fdebab48fd4b0af65977804fd7b164856da464f20756381594d1bac9e63b85)

rohanKanojia commented 4 months ago

@Sintivrousai : Are you still facing the issue? Shall we close this issue?