dsanderbi opened a new issue, #8263: URL: https://github.com/apache/hop/issues/8263
### Apache Hop version? 2.19.0 ### Java version? 21 ### Operating system macOS ### What happened? I have a local Apache Hop installation (on Mac) running version 2.19, while the actual pipeline execution takes place on a Linux VM running Apache Hop 2.18.1. In my pipeline, I use a Get Variables action to retrieve the following variables: - HOP_VERSION - HOP_PLATFORM_OS The results are inconsistent: - HOP_VERSION = 2.19 - HOP_PLATFORM_OS = Linux <img width="195" height="42" alt="Image" src="https://github.com/user-attachments/assets/651cb6a5-5fb7-4146-b8a7-3ebc3c27360c" /> I would expect both variables to reflect the environment in which the pipeline is actually being executed. Since the pipeline is executed on the remote Linux VM running Apache Hop 2.18.1, I would expect: - HOP_VERSION = 2.18.1 - HOP_PLATFORM_OS = Linux Instead, HOP_VERSION appears to be taken from the local Apache Hop installation (2.19), while HOP_PLATFORM_OS correctly reflects the remote execution environment. ### Issue Priority Priority: 2 ### Issue Component Component: Hop Server -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
