Commit da87fce8 authored by Josh Steinberg's avatar Josh Steinberg

update pipeline

parent be33e7c5
......@@ -65,7 +65,7 @@ pipeline {
ssh root@${REMOTE_AGENT} "rm -rf /artifact/*"
scp target/${ARTIFACT_NAME} Dockerfile root@${REMOTE_AGENT}:/artifact
scp -r helm root@${REMOTE_AGENT}:/artifact
ssh root@${REMOTE_AGENT} "gcloud container clusters get-credentials gke-jsteinberg-ascen-jsteinberg-ascen-79b3abd8-4kxq --region us-east1 --project jsteinberg-ascend && kubectl get pods -A"
ssh root@${REMOTE_AGENT} "gcloud container clusters get-credentials jsteinberg-ascend-gke --region us-east1 --project jsteinberg-ascend && kubectl get pods -A"
'''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment