Commit be33e7c5 authored by Josh Steinberg's avatar Josh Steinberg

update jenkins

parent 6bdcddb5
...@@ -65,7 +65,9 @@ pipeline { ...@@ -65,7 +65,9 @@ pipeline {
ssh root@${REMOTE_AGENT} "rm -rf /artifact/*" ssh root@${REMOTE_AGENT} "rm -rf /artifact/*"
scp target/${ARTIFACT_NAME} Dockerfile root@${REMOTE_AGENT}:/artifact scp target/${ARTIFACT_NAME} Dockerfile root@${REMOTE_AGENT}:/artifact
scp -r helm 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"
''' '''
} }
} }
......
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