Whenever I run jenkins I get this error:
Traceback (most recent call last):
File "runtime/recompile.py", line 31, in recompile
commands = Commands(conffile, verify=True)
File "/var/lib/jenkins/jobs/Aesthetics/workspace/runtime/commands.py", line 202, in __init__
self.readcommands(verify, no_patch=no_patch)
File "/var/lib/jenkins/jobs/Aesthetics/workspace/runtime/commands.py", line 281, in readcommands
output = self.runcmd('%s --version' % self.astyle).rstrip().split(' ')
File "/var/lib/jenkins/jobs/Aesthetics/workspace/runtime/commands.py", line 1187, in runcmd
process = subprocess.Popen(forklist, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, bufsize=-1)
File "/usr/lib64/python2.6/subprocess.py", line 639, in __init__
errread, errwrite)
File "/usr/lib64/python2.6/subprocess.py", line 1228, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory