Commit bc07bf6e authored by Josh Steinberg's avatar Josh Steinberg

update docker build step

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