Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ntheanh201/jenkins-nexus-starter
This is a starter project for Jenkins with Nexus integration.
https://github.com/ntheanh201/jenkins-nexus-starter
Last synced: about 2 months ago
JSON representation
This is a starter project for Jenkins with Nexus integration.
- Host: GitHub
- URL: https://github.com/ntheanh201/jenkins-nexus-starter
- Owner: ntheanh201
- Created: 2024-11-14T09:00:51.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-14T09:39:34.000Z (about 2 months ago)
- Last Synced: 2024-11-14T10:18:41.245Z (about 2 months ago)
- Language: Dockerfile
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Jenkins Nexus Starter
This is a starter project for Jenkins with Nexus integration.
### Usage
- `docker compose up -d`
- Open Jenkins UI in browser: http://localhost:8080
- Open Nexus UI in browser: http://localhost:8081
- Demo Jenkinsfile: https://github.com/ntheanh201/trafficcontrol/blob/jenkins/Jenkinsfile### Jenkins post-installation setup wizard
Get initial admin password:
```shell
docker exec -it jenkins-blueocean cat /var/jenkins_home/secrets/initialAdminPassword
```### Nexus post-installation setup
Get initial admin password:
```shell
docker exec -it nexus cat /nexus-data/admin.password
```