Article
in Bitbucket bitbucket cloud
Scheduled pipelines now available in Bitbucket Pipelines
Bitbucket Pipelines makes it quick and easy to get fast feedback when changes are committed. However, there are many use cases where builds need to be run on both changes to the code base and on a regular schedule. Some examples include: Nightly builds that take longer to run Daily or weekly deployments to a test […]
Article
in Bitbucket
Generate SSH keys for Bitbucket Pipelines
Configuring SSH access to servers for your builds and deployments on Bitbucket Pipelines used to be a real pain. We had a manual process that involved generating keys locally, then base64 encoding them to pass through environment variables in your build. You also needed to add hosts to the SSH known_hosts file so various commands […]
