Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
slider-agent/pom.xml has python2.6 hardcoded as the executable.
From https://builds.apache.org/job/Slider-develop/9/console :
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2:exec (python-test) on project slider-agent: Command execution failed. Cannot run program "python2.6" (in directory "/home/jenkins/jenkins-slave/workspace/Slider-develop/slider-agent/src/test/python"): error=2, No such file or directory -> [Help 1] [ERROR]
Use python as executable should avoid the above problem.