Commit 14ef12f6 authored by Josh Steinberg's avatar Josh Steinberg

edit pipeline stage

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