Skip to content

dashaun/concourse-pipelines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

concourse-pipelinescle

Login to Concourse

fly login -c https://kaiju.dashaun.cc -t kaiju
fly -t kaiju set-pipeline -p hello-world -c sample-pipelines/hello-world.yaml

Create Team

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
fly -t kaiju set-team --team-name javagrunt-com -c team-config/javagrunt-com.yaml

Tanzu Laptop

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors