Commit f7572e3f authored by Fernando Vazquez's avatar Fernando Vazquez

First commit

parent 26b1de69
...@@ -5,7 +5,7 @@ pipeline { ...@@ -5,7 +5,7 @@ pipeline {
stage('Git Checkout') { stage('Git Checkout') {
steps{ steps{
echo "Checking out repository" echo "Checking out repository"
git branch: "main", url: "https://gitlab.mynisum.com/fvazquez/gs-spring-boot" git branch: "main", url: "https://gitlab.mynisum.com/fvazquez/hello-world-spring-boot"
echo "Checkout complete" 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