Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-10526

Jenkins don't let start UI processes on build stage.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • nant-plugin
    • None
    • Windows Server 2008 R2 x64, Jenkins ver. 1.415, Firefox webbrowser.

      Hi,

      I'm trying to add a target in my build nant file that executes a Windows application (WPF) process.
      When jenkins arrives to this target it becomes in a freeze status and don't starts the Windows Application.
      So, maybe the problem is that Jenkins can't start a WPF application. Is it possible?

      The nant target is next:

      <target name="test.all">
      <exec program="C:\Windows\System32\cmd.exe" workingdir="${mainfolder}">
      <arg value="/C"/>
      <arg value="TestScheduler.exe"/>
      <arg value="-all"/>
      </exec>
      </target>

      If i try to call this target from a batch file it finalizes successfully.

      Thanks.

            Unassigned Unassigned
            pgarcia Pablo GarcĂ­a
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated: