Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onero/angular-jenkinsci
Personal project built upon jenkinsci/docker: https://github.com/jenkinsci/docker
https://github.com/onero/angular-jenkinsci
angular docker docker-compose dockerfile jenkins jenkins-ci xvfb
Last synced: about 1 month ago
JSON representation
Personal project built upon jenkinsci/docker: https://github.com/jenkinsci/docker
- Host: GitHub
- URL: https://github.com/onero/angular-jenkinsci
- Owner: onero
- License: mit
- Created: 2018-12-14T13:48:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-14T14:22:54.000Z (about 6 years ago)
- Last Synced: 2024-10-14T07:41:30.645Z (3 months ago)
- Topics: angular, docker, docker-compose, dockerfile, jenkins, jenkins-ci, xvfb
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular Jenkins CI
## This project is based upon [jenkinsci/docker](https://github.com/jenkinsci/docker)
## This project adds a docker-compose file for jenkinsci and comes preinstalled with xvfb + chrome drivers for headless testing!
### The reason behind this personal project was that my team needed headless E2E testing with xvfb + chrome driver preinstalled in the container
The Jenkins Continuous Integration and Delivery server [available on Docker Hub](https://hub.docker.com/r/adamino/angular-jenkinsci).
This is a fully functional Jenkins server.
[https://jenkins.io/](https://jenkins.io/).# Usage
First time the compose is done, I recommend running
```
docker compose-up
```This way you will see the output of the container, which is needed because of the initial admin installation token [read more](https://jenkins.io/doc/book/installing/)
After initial installation, simply run
```
docker-compose up -d
```Jenkins is hosted on [localhost:1337](http://localhost:1337/)