Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gimerguizo/pipelines
https://github.com/gimerguizo/pipelines
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gimerguizo/pipelines
- Owner: GiMerguizo
- Created: 2023-01-30T18:42:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-07T23:52:47.000Z (10 days ago)
- Last Synced: 2024-11-08T00:30:42.736Z (10 days ago)
- Language: Groovy
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pipelines
Recursos úteis em pipelines usadas no Jenkins## Subir Jenkins no Docker
- Abrir o Play with Docker:
https://labs.play-with-docker.com/`docker run --name=jenkins -p 8080:8080 -p 50000:50000 jenkins/jenkins:lts`
- Copiar a senha: *************
Ver a senha: `docker exec jenkins cat /var/jenkins_home/secrets/initialAdminPassword`
- Abrir a porta
- Colar a senha do administrador
- Instalar os Plugins