jenkinsci / jenkinsci/durable-task-plugin
[JENKINS-16308] executing external C++ application through batch failure
- Dominant language
- Java
- Stars
- 30
- Forks
- 101
- PR merge metrics
- No merged PRs in 30d
Description
I'm trying to execute a console application (created using Microsoft Visual C++) that enables to do signal measurements through a measurement equipment.
When the application is executed directly by batch under Windows (console), it does measurements and make results without any problem.
When the application is launched by Jenkins (execute Windows Batch Command), it executes simple C++ instructions such as "printf", but the instructions provided by VISA library is not recognized (got "failure: Error - A code library required by VISA could not be loaded" and execution is stopped)
---
Originally reported by sarra, imported from: executing external C++ application through batch failure
kohsuke
Raw content of original issue
I'm trying to execute a console application (created using Microsoft Visual C++) that enables to do signal measurements through a measurement equipment.
When the application is executed directly by batch under Windows (console), it does measurements and make results without any problem.
When the application is launched by Jenkins (execute Windows Batch Command), it executes simple C++ instructions such as "printf", but the instructions provided by VISA library is not recognized (got "failure: Error - A code library required by VISA could not be loaded" and execution is stopped)
- environment:
Windows
Contributor guide
Assessment
This issue has not been assessed yet.