Simplified ThingWorx Deployment Setup – How to handle bug fixes efficiently?
Hi everyone,
I am currently designing a simplified deployment setup for our ThingWorx environment based on the standard multi-stage pipeline.
Our planned flow looks like this:
👉 Local Instances (Developers) → DEV Environment → Git (Build Pipeline) → Artifact Repository → TEST Server → Production Servers (multiple locations like China, Italy, etc.)
This structure seems efficient for our team and helps streamline deployments, but I’m unsure how to handle bug fixes in this setup.
For example, if a bug is found in production, what’s the best practice for fixing and validating it —
should it go directly from DEV → TEST → PROD again, or is a temporary branch/environment recommended? We are deploying our projects as extensions.
Would appreciate any insights or examples from those who’ve implemented a similar lightweight pipeline.
Thanks in advance!
— Jamal

