All Projects → edinc → vagrant-jenkins

edinc / vagrant-jenkins

Licence: MIT license
Vagrant box running Ubuntu with an installed Jenkins instance

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to vagrant-jenkins

drupalci-sonar-jenkins
DEPRECATED - Drupal CI environment with SonarQube and Jenkins for Drupal Core code analysis.
Stars: ✭ 40 (+2.56%)
Mutual labels:  jenkins, vagrant
django-angular2-fullstack-devops
All-in-one django/angular2 seed with cli interface for multi-environment devops on aws using ansible/packer/terraform
Stars: ✭ 54 (+38.46%)
Mutual labels:  jenkins, vagrant
cikit
Continuous Integration Kit (CIKit)
Stars: ✭ 21 (-46.15%)
Mutual labels:  jenkins, vagrant
learn-ansible-and-jenkins-in-30-days
Ansible + Jenkins in 30 days tutorial.
Stars: ✭ 35 (-10.26%)
Mutual labels:  jenkins, vagrant
ansible-roles
Library of Ansible plugins and roles for deploying various services.
Stars: ✭ 14 (-64.1%)
Mutual labels:  jenkins, vagrant
Ansible Playbooks
Ansible playbook collection that have been written for Ubuntu. Some of the playbooks are Elasticsearch, Mesos, AWS, MySql, Sensu, Nginx etc..
Stars: ✭ 429 (+1000%)
Mutual labels:  jenkins, vagrant
generator-mitosis
A micro-service infrastructure generator based on Yeoman/Chatbot, Kubernetes/Docker Swarm, Traefik, Ansible, Jenkins, Spark, Hadoop, Kafka, etc.
Stars: ✭ 78 (+100%)
Mutual labels:  jenkins, vagrant
Book k8sInfra
< 컨테이너 인프라 환경 구축을 위한 쿠버네티스/도커 >
Stars: ✭ 176 (+351.28%)
Mutual labels:  jenkins, vagrant
vagrant-alm
An excerpt of an ALM environment built on top of Vagrant, Libvirt and Ansible
Stars: ✭ 44 (+12.82%)
Mutual labels:  jenkins, vagrant
Jenkins Bootstrap Shared
Jenkins as immutable infrastructure made easy. A repository of shared scripts meant to be used as a git submodule. Packing Jenkins, plugins, and scripts into immutable packages and images.
Stars: ✭ 270 (+592.31%)
Mutual labels:  jenkins, vagrant
Jenkins Vagrant
Vagrant Environment for a Jenkins Continuous Integration server
Stars: ✭ 34 (-12.82%)
Mutual labels:  jenkins, vagrant
dingtalk
DingTalk(dingding) 是钉钉机器人的 go 实现。支持 Docker、Jenkinsfile、命令行模式,module 模式,加签安全设置,支持链式语法创建消息,支持文本、链接、Markdown、ActionCard、FeedCard消息类型; DingTalk (dingding) is the go implementation of the DingTalk robot. Support Docker, Jenkinsfile, command line mode, module mode, signature security settings, chain syntax to create messages, support text, link, markd…
Stars: ✭ 187 (+379.49%)
Mutual labels:  jenkins
jenkins
A supercharged version of Jenkins for Docker.
Stars: ✭ 33 (-15.38%)
Mutual labels:  jenkins
jenkins kube brains
Example scripts to run Kubernetes on your private VMs. This is to support of Loren and my KubeCon 2018 talk "Migrating Jenkins to Kubernetes broke our brains." https://sched.co/GrSh
Stars: ✭ 34 (-12.82%)
Mutual labels:  jenkins
ansible-role-cardano-node
Ansible role for the provisioning of Shelly Cardano binaries from source.
Stars: ✭ 20 (-48.72%)
Mutual labels:  vagrant
CD-USB-Generator
Downloads VVV and VirtualBox/Vagrant installers, provisions and generates a box for USB drives and offline install
Stars: ✭ 24 (-38.46%)
Mutual labels:  vagrant
vagrant-travisci-libvrt
Example project showing how to run Vagrant on TravisCI using libvrt & KVM
Stars: ✭ 25 (-35.9%)
Mutual labels:  vagrant
opentosca-docker
Docker Compose for running OpenTOSCA
Stars: ✭ 26 (-33.33%)
Mutual labels:  vagrant
masterclass-codeexamples
Code examples used in Get into DevOps: The Masterclass
Stars: ✭ 35 (-10.26%)
Mutual labels:  jenkins
howto
How to do things on the Internet
Stars: ✭ 78 (+100%)
Mutual labels:  vagrant

Vagrant Jenkins build Build Status

Run latest Jenkins instance on Ubuntu 16.04 LTS using vagrant.

Prerequisites

Installation

Build the vagrant box

vagrant up

To access the Jenkins server

http://localhost:8080

or, add the following line to the hosts file

127.0.0.1   jenkins.local

and then run the server with

http://jenkins.local:8080

First time accessing Jenkins

Jenkins is set up with one user with

username: admin
password: admin

usual caveat about changing the password once setup.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].