Docker container for Jenkins with rbenv.
You can use this container as a Jenkins server with rbenv and some plugins. Run your container like this.
docker run -d -p 8080:8080 -it otahi/jenkins-rbenv
Then, you can access to the container with your browser.
- Fork it ( https://github.com/otahi/jenkins-rbenv/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request