Core Concepts
Reference
How-to Guides
Troubleshooting
Jenkins
Once you've completed the steps for CI Integration, set up Jenkins using these steps:
- In Jenkins, using the Git plugin, add a new repository to your build:
- For the Repository URL, use your app's Git Remote
- Upload the private key you created for your robot user as a credential.
- Under "Advanced...", name this repository
aptible
.
- Then, add a post-build "Git Publisher" trigger, to deploy to the
master
branch of your newly-createdaptible
remote.