...redentials. this is for Ruby Rails(class on web applications) by the. I have some homework I'm trying to turn in, also a first-time user. I even went and made a token thinking that would work that d...
Our pipeline has started to fail all the time from 6 days ago. We are running a Rails application in the pipeline and we have discovered that when our file uploader (CarrierWave) tries to c...
Hello! I have a Ruby on Rails app that I'm using bitbucket pipelines to deploy to Heroku. I have tests in the app that use minitest, capybara, selenium, and webdrivers. For system t...
I have been able to successfully create an issue using the REST api (rails gem) on my JIRA Service Desk instance (cloud). I have also been successful in setting the reporter, but I have n...
This is my .yml file image: ruby:2.6.2 pipelines: default: - step: caches: - bundler script: - apt-get update - apt-get install -y nodejs ...
I using Bamboo with my ruby on rails app (Raisl 5 and ruby 2.3.3) Bamboo does a 'build' of the app and runs the rpsec tests. However, Bamboo fails when doing a gem install as it c...
I'm trying to use bamboo continuous integration for a rails app. I installed the rake plugin, but it only seems to build the app on the bamboo server. How do I deploy to a remote server? Thanks, Ron
We are moving our Rails repo from github to bitbucket. There is failure with our deployment which was running fine with github. Here is the error: failed: "sh -c 'if [ -d /var/www/byop/shared/c...
I have already configured EC2, Bitbucket, etc, but I didn't find how to configure a task to run my test job
I'm testing out Bamboo, putting together a rails project similar to this blog article: http://blogs.atlassian.com/2012/06/building-ruby-projects-with-bundler-and-the-bamboo-ruby-plugin/ The issue I...
Copied to clipboard