• Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • Windows Server 2008 Tomcat 7

      When i click on https://jenkins.dom/jenkins/job/vvA/758/interactiveTerminal/startSession

      Exception: Cannot run program "python" (in directory "D:\srv\usrhome\jenkins\jobs\wwA\workspace"): CreateProcess error=2, The system cannot find the file specified
      Stacktrace:

      java.io.IOException: Cannot run program "python" (in directory "D:\srv\usrhome\jenkins\jobs\vvA\workspace"): CreateProcess error=2, The system cannot find the file specified

      Look as python is a needed dependency. So this plugin is not self contained. Do i have to download python separately? Please add to install doc if necesarry.

      Please explain where to set path in jenkins config if i can't mdoify system dide paths so python is found in path

          [JENKINS-16520] Cannot run program "python"

          Python is indeed needed ^^ I guess that the author assumed that everyone has python anyway. It should work if you install Python 2 and add it to your PATH! That is done on the machine that's running Jenkins. Not really a high priority though as I don't think most people have this problem

          Volodymyr Sereda added a comment - Python is indeed needed ^^ I guess that the author assumed that everyone has python anyway. It should work if you install Python 2 and add it to your PATH! That is done on the machine that's running Jenkins. Not really a high priority though as I don't think most people have this problem

            kohsuke Kohsuke Kawaguchi
            cforce cforce
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: