Commit cc880e28 authored by Josh Steinberg's avatar Josh Steinberg

edit pipeline

parent b06891ce
...@@ -55,14 +55,11 @@ pipeline { ...@@ -55,14 +55,11 @@ pipeline {
} }
} }
agent { label "docker-jenkins"}
stage("Build Docker Image and Helm Deploy to Kubernetes"){ stage("Build Docker Image and Helm Deploy to Kubernetes"){
agent {
docker{
label "docker-jenkins"
}
}
steps{ steps{
sh 'docker build -t test-image .' git 'https://gitlab.mynisum.com/jsteinberg/hello-world-spring-boot.git'
sh 'docker build -t hello-world:latest .'
} }
} }
......
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