https://github.com/dashaun/concourse-pipelines
https://github.com/dashaun/concourse-pipelines
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dashaun/concourse-pipelines
- Owner: dashaun
- License: apache-2.0
- Created: 2024-07-26T02:56:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T18:43:21.000Z (almost 2 years ago)
- Last Synced: 2025-03-15T04:09:01.622Z (about 1 year ago)
- Size: 38.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# concourse-pipelinescle
### Login to Concourse
```bash
fly login -c https://kaiju.dashaun.cc -t kaiju
```
```bash
fly -t kaiju set-pipeline -p hello-world -c sample-pipelines/hello-world.yaml
```
### Create Team
```bash
fly -t kaiju set-team --team-name javagrunt-com --github-org=javagrunt-com --github-user=pinkemma --github-user=colabottles
fly -t kaiju set-team --team-name dashaun-demo --github-org=dashaun-demo --github-user=pinkemma --github-user=colabottles --github-user=thiagochirana
```
```bash
fly -t kaiju set-team --team-name javagrunt-com -c team-config/javagrunt-com.yaml
```
### Tanzu Laptop
```bash
export POD_NAME=$(kubectl get pods --namespace concourse -l "app=concourse-web" -o jsonpath="{.items[0].metadata.name}")
kubectl port-forward --namespace concourse $POD_NAME 9000:9000
```
> Make sure to use http://127.0.0.1:9000 instead of http://localhost:9000