This message was deleted.
# ask-for-help
s
This message was deleted.
🏁 1
l
Hi Hugo, I used to make a simple Jenkins example for another of our user. And we didn't meet any problem inside CI. The example is here: https://github.com/larme/bentoml-jenkins-simple I think there may be some permission mismatch inside the kubeflow container.
h
Hello @larme (shenyang), thanks for your support! We found that it's probably due to the Docker container where we performed the build. The workdir was
/
Changing the workdir for
/app
seems to work well
l
glad to hear that!