Am trying to generate build in Heroku with Jenkins and github. While push to heroku facing following error. ERROR: Failed to push branch master to herokubackend hudson.plugins.git.GitException: Command "git push https://git.heroku.com/xxxxxxxx.git HEAD:master -f" returned status code 1: stdout: stderr: remote: Compressing source files... done.[K remote: Building source:[K remote: remote: -----> App not compatible with buildpack: https://codon-buildpacks.s3.amazonaws.com/buildpacks/heroku/python.tgz
But when we push manually it works. Anyone can help on this. Thanks in Advance.