Atlassian announces Bitbucket Deployments: Confidence to release early and often
1–10 of 29 posts
Re: Atlassian announces Bitbucket Deployments: Confidence to release early and often
#2Re: Atlassian announces Bitbucket Deployments: Confidence to release early and often
#3does this support any other CI like jenkins apart from bitbucket-pipelines?
Re: Atlassian announces Bitbucket Deployments: Confidence to release early and often
#4Re: Atlassian announces Bitbucket Deployments: Confidence to release early and often
#5does this support any other CI like jenkins apart from bitbucket-pipelines?
That can be done using either the built-in Jenkins API https://wiki.jenkins.io/display/JENKINS/Remote+access+API or "Trigger Builds Remotely" Build Trigger option (which basically uses the same mechanism with your own Job-specific token/key). Nice feature is that BitBucket Pipelines supports "environment variables" to enable securely storing Jenkins API keys or tokens that let you securely tunnel through corporate FW rules and the like: https://confluence.atlassian.com/bitbucket/environment-varia...
Re: Atlassian announces Bitbucket Deployments: Confidence to release early and often
#6Re: Atlassian announces Bitbucket Deployments: Confidence to release early and often
#7Re: Atlassian announces Bitbucket Deployments: Confidence to release early and often
#8I can't wait to use this. Is there planned support for FTP/SFTP? I only saw deployment plans for container-like services. Right now I have a pipeline script wrote using lftp but I'd prefer first-party support for SFTP deployments.