Centralized CI
fly login -c https://concourse.dashaun.cloud -t livefly -t live set-pipeline -p hello-world -c sample-pipelines/hello-world.yamlfly -t live set-team --team-name javagrunt-com --github-org=javagrunt-com --github-user=pinkemma --github-user=colabottles
fly -t live set-team --team-name dashaun-demo --github-org=dashaun-demo --github-user=pinkemma --github-user=colabottles --github-user=thiagochiranafly -t live set-team --team-name javagrunt-com -c team-config/javagrunt-com.yaml./gradlew :application-advisor-server:bootRun --args='--server.port=8090 --debug'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:9000Make sure to use http://127.0.0.1:9000 instead of http://localhost:9000