https://github.com/twogg-git/go-jenkins
Simple CI with jenkins blue ocean.
https://github.com/twogg-git/go-jenkins
Last synced: 10 months ago
JSON representation
Simple CI with jenkins blue ocean.
- Host: GitHub
- URL: https://github.com/twogg-git/go-jenkins
- Owner: twogg-git
- Created: 2019-07-19T03:57:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-12T20:09:10.000Z (about 6 years ago)
- Last Synced: 2025-03-23T02:01:53.178Z (about 1 year ago)
- Language: Go
- Size: 113 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```