Dale Lenard
Dale Lenard

Reputation: 1

Bluemix DevOps pipeline ruby app unit tests

Im currently stuck in trying to run ruby on rails unit tests on the delivery pipeline on bluemix.

From what I have researched, the bluemix pipeline test function runs on ubuntu 14.04, and when trying to install ruby and rails, i keep getting blocked and cannot proceed with the build as I don't have access to the sudo password.

Has anyone been successful in implementing ruby on rails unit tests on the bluemix pipeline.

Any advise appreciated.

Thanks

Dale

Upvotes: 0

Views: 81

Answers (1)

Jacob Garcowski
Jacob Garcowski

Reputation: 141

The Bluemix DevOps pipeline allows limited use of sudo which includes allowing you to run sudo apt-get and sudo apt-key commands. Hopefully these will be enough to get your ruby on rails unit tests working.

If not, please post more information on where/how you are failing.

Upvotes: 1

Related Questions