jenkinsci / jenkinsci/durable-task-plugin

[JENKINS-16308] executing external C++ application through batch failure

Open
#314 0 comments 0 reactions 0 assignees View on GitHub
component:durable-task-plugin imported-jira-issue priority:major resolution:unresolved
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


  • assignee: kohsuke
  • status: Open
  • priority: Major
  • component(s): durable-task-plugin
  • resolution: Unresolved
  • votes: 0
  • watchers: 1
  • imported: 2025-12-09

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.