Commit 747d9756 authored by Josh Steinberg's avatar Josh Steinberg

changed git branch in jenkinsfile

parent 7f6f7998
......@@ -4,9 +4,8 @@ pipeline {
stages {
stage('Git Checkout') {
steps{
echo "BranchName: ${branchName}"
echo "Checking out repository"
git branch: "${branchName}", url: "https://gitlab.mynisum.com/jsteinberg/hello-world-spring-boot.git"
git branch: "main", url: "https://gitlab.mynisum.com/jsteinberg/hello-world-spring-boot.git"
echo "Checkout complete"
}
}
......
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