Jenkins Machineからdjangoアプリをプッシュできません
コードをgit経由でherokuにプッシュしています。ジェンキンスボックスで同じリポジトリを同じリモートにプッシュするとエラーが発生し、ローカルでプッシュしてもエラーは発生しません。
ローカルから
~/code/github/jenkinshub: git remote -v
heroku git@heroku.com:vast-oasis-9739.git (fetch)
...
~/code/github/jenkinshub: git push heroku master
Counting objects: 69, done.
...
-----> Python app detected
~/code/github/jenkinshub: git log
commit 09de133d179f5be6d699c750a26a7ebf3f05a894
ジェンキンスボックスから
~ git remote -v
heroku git@heroku.com:vast-oasis-9739.git (fetch)
...
~ git push heroku master
Counting objects: 65, done.
...
! Push rejected, no Cedar-supported app detected
~ git log
commit 09de133d179f5be6d699c750a26a7ebf3f05a894