无法从 Jenkins Machine 推送 django 应用程序
我正在通过 git 将我的代码推送到 heroku。当我在我的詹金斯盒子上执行相同的 repo 到同一个遥控器时,我收到一个错误,并且在本地推送时没有收到错误。
从当地
~/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