An open API service indexing awesome lists of open source software.

https://github.com/twogg-git/go-jenkins

Simple CI with jenkins blue ocean.
https://github.com/twogg-git/go-jenkins

Last synced: 2 months ago
JSON representation

Simple CI with jenkins blue ocean.

Awesome Lists containing this project

README

          

# go-jenkins
Simple CI with jenkins blue ocean.

```sh
docker run -d --name blueocean -p 8282:8080 --user root \
-v /Users/catherincruz/Devs/jenkins:/var/jenkins_home \
-v /var/run/docker.sock:/var/run/docker.sock jenkinsci/blueocean
```

```sh
docker exec -it blueocean cat /var/jenkins_home/secrets/initialAdminPassword
```

```sh
docker rm -f blueocean
```