expo publish: packager won't stop

Hello, everyone.

I’m trying to set up the CI/CD with Expo and Jenkins. My current problem is publishing: expo publish --non-interactive starts packager which does not stop even when publishing is already complete. This makes Jenkins think that the respective step has stalled and terminate it on timeout thus failing the build.

How can I instruct the packager to terminate when publishing is over?

Thank you.

1 Like

Hey @alexander.kiselev,

Would you mind creating a Github Issue for this with all the relevant information you can provide?

Cheers,
Adam

Hello.

Sure, here it is: Stop packager when building/publishing in non-interactive mode · Issue #640 · expo/expo-cli · GitHub

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.