Commit b06891ce authored by Josh Steinberg's avatar Josh Steinberg

edit agent name

parent d2e66a32
...@@ -58,7 +58,7 @@ pipeline { ...@@ -58,7 +58,7 @@ pipeline {
stage("Build Docker Image and Helm Deploy to Kubernetes"){ stage("Build Docker Image and Helm Deploy to Kubernetes"){
agent { agent {
docker{ docker{
label: "docker-jenkins" label "docker-jenkins"
} }
} }
steps{ steps{
......
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